Stream: git-wasmtime

Topic: wasmtime / Issue #1868 Enable `Func::wrap` support for fu...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2020 at 22:30):

fitzgen opened Issue #1868:

Func::wrap doesn't currently work for functions using externref. We should plumb support through.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 11 2020 at 22:30):

fitzgen labeled Issue #1868:

Func::wrap doesn't currently work for functions using externref. We should plumb support through.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2020 at 22:06):

fitzgen commented on Issue #1868:

This is a little tricky because it requires that the shim function inside the IntoFunc impl macro is directly callable from Wasm, but we need to re-wrap the VMExternRef that Wasm is actually working with into an ExternRef that also has a weak handle to the store.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2020 at 23:03):

fitzgen closed Issue #1868:

Func::wrap doesn't currently work for functions using externref. We should plumb support through.


Last updated: Oct 23 2024 at 20:03 UTC