wasm3 / wasm3-rs

Rust wrapper for Wasm3, the fastest WebAssembly interpreter
MIT License
160 stars 44 forks source link

CallContext should be branded with a lifetime #18

Closed Veykril closed 4 years ago

Veykril commented 4 years ago

Currently it might be possible to move it out of the linked closure which can wreak havoc.

Veykril commented 4 years ago

Fixed in bffb47c07981482be74c2b6c2b33938a7151e334