fitzgen opened Issue #1868:
Func::wrap
doesn't currently work for functions usingexternref
. We should plumb support through.
fitzgen labeled Issue #1868:
Func::wrap
doesn't currently work for functions usingexternref
. We should plumb support through.
fitzgen commented on Issue #1868:
This is a little tricky because it requires that the
shim
function inside theIntoFunc
impl macro is directly callable from Wasm, but we need to re-wrap theVMExternRef
that Wasm is actually working with into anExternRef
that also has a weak handle to the store.
fitzgen closed Issue #1868:
Func::wrap
doesn't currently work for functions usingexternref
. We should plumb support through.
Last updated: Nov 22 2024 at 16:03 UTC