zust-vm v0.9.7
·
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.