Skip to content

Releases: PerryTS/perry

v0.2.97

05 Feb 08:33

Choose a tag to compare

What's New

  • Add AsyncLocalStorage from async_hooks / node:async_hooks
    • new AsyncLocalStorage(), run(), getStore(), enterWith(), exit(), disable()
    • Handle-based implementation using perry-stdlib common handle registry
    • Fixed is_native_module() to strip node: 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)