Skip to content

v0.10.19

Choose a tag to compare

@dannote dannote released this 07 Jul 18:18
· 124 commits to master since this release
  • Update QuickJS-NG to 0.15.1.
  • Make the JS WebAssembly.instantiate WASM operand stack and auxiliary heap configurable with :wasm_stack_size / :wasm_heap_size.
  • Enable WASM bulk-memory memory.copy/memory.fill opcodes (WASM_ENABLE_BULK_MEMORY_OPT), so modules from standard toolchains (Go GOOS=js GOARCH=wasm, TinyGo, Rust wasm-bindgen) that emit them no longer fail to instantiate with unsupported opcode fc 0a.
  • Update dependencies, including npm_ex to 0.7.5 and oxc_ex to 0.17.2.