fitzgen opened Issue #1868:
Func::wrapdoesn't currently work for functions usingexternref. We should plumb support through.
fitzgen labeled Issue #1868:
Func::wrapdoesn'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
shimfunction inside theIntoFuncimpl macro is directly callable from Wasm, but we need to re-wrap theVMExternRefthat Wasm is actually working with into anExternRefthat also has a weak handle to the store.
fitzgen closed Issue #1868:
Func::wrapdoesn't currently work for functions usingexternref. We should plumb support through.
Last updated: Dec 06 2025 at 06:05 UTC