Releases: PerryTS/perry
Releases · PerryTS/perry
v0.2.97
What's New
- Add
AsyncLocalStoragefromasync_hooks/node:async_hooksnew AsyncLocalStorage(),run(),getStore(),enterWith(),exit(),disable()- Handle-based implementation using perry-stdlib common handle registry
- Fixed
is_native_module()to stripnode:prefix for Node.js built-in imports
Bug Fixes
- Fix Cranelift I32 type mismatch panics in variable assignments and logical ops (v0.2.96)
- Fix closure capture missing variable references in Delete, Error, Uint8Array, EnvGetDynamic, JS runtime expressions (v0.2.95)
- Fix function inlining breaking Set/Map/Array operations (v0.2.94)