Skip to content

zust-vm v0.9.7

Choose a tag to compare

@zhuchuanjing zhuchuanjing released this 17 May 05:49
· 140 commits to main since this release

Changes

  • Replace global VM/JIT access with explicit cloneable Vm handles.
  • Add dynamic native symbol lookup and add_* registration APIs for modules, types, native functions, and built-ins.
  • Return CompiledFn from Vm::get_fn to preserve JIT code lifetime.
  • Remove zed-extension/extension.wasm from git tracking.