Stream: git-wasmtime

Topic: wasmtime / issue #10143 Support `Abi::Array` when compili...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2025 at 22:38):

dicej added the component-model-async label to Issue #10143.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2025 at 22:38):

dicej assigned dicej to issue #10143.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2025 at 22:38):

dicej opened issue #10143:

Part of the component model async implementation work involves adding support to wasmtime-cranelift for intrinsic functions such as task.return, stream.new, etc. Although we expect those intrinsics to normally only be called by Wasm code, it's possible that a module could directly export its import of a given intrinsic, allowing the host to call it directly. In that case, we need to support the array ABI.

As of this writing, not enough async support has been merged into main to test such a scenario, but we should test and support it once we are able to.

See https://github.com/bytecodealliance/wasmtime/pull/10106#discussion_r1929280378 for details.


Last updated: Apr 17 2025 at 21:03 UTC