wasm3 / wasm3-rs

Rust wrapper for Wasm3, the fastest WebAssembly interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CallContext should be branded with a lifetime

Veykril opened this issue · comments

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

Fixed in bffb47c