What's Changed
- Implement
setattrbuiltin function by @friendlymatthew in #67 - stop empty tuple singleton contributing to memory limit by @davidhewitt in #363
- fix panics when overflowing negating i64::MIN by @davidhewitt in #368
- fixes GC interval ignored in ResourceTracker and Heap by @sathish-t in #371
- monty-js: allows maxMemory, allocation, recursion depth, and gc interval limits above u32::MAX by @sathish-t in #344
- fix gc coverage by @samuelcolvin in #376
- add even more GC coverage by @davidhewitt in #381
Full Changelog: v0.0.16...v0.0.17