wasm3 / wasm3-rs

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

Replace the Runtime references in Module and Function #17

Closed Veykril closed 4 years ago

Veykril commented 4 years ago

Instead we should just use plain old Rc. This will simplify things a lot as currently it is basically impossible to store Functions and Modules, requiring to constantly query for them when needed which is quite a performance hit.

Veykril commented 4 years ago

Fixed in c8355b83f0fded28873da591f5ecd16430235535