wasm3 / wasm3-rs

Rust wrapper for Wasm3, the fastest WebAssembly interpreter
MIT License
155 stars 43 forks source link

Runtime is shared with Modules and Functions without refs #43

Open jazzay opened 2 years ago

jazzay commented 2 years ago

This simplifies usage within host applications, as you can now cache(store) the Function instances, etc within host data structures easily.

There was a previous implementation similar to this, but was reverted for some reason.