Stream: git-wasmtime

Topic: wasmtime / issue #13752 Add `component::Linker::instantia...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 29 2026 at 12:43):

alexcrichton opened issue #13752:

Frist proposed in https://github.com/bytecodealliance/wasmtime/pull/13706, although the implementation there wasn't sound, but the idea is that the same way Func::call_concurrent can be used it should be possible to concurrently instantiate instances. This implementation is going to touch on https://github.com/bytecodealliance/wasmtime/issues/11870 and https://github.com/bytecodealliance/wasmtime/issues/11869, however. This may also touch on the spec as this is likely an area where we diverge by accident.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 29 2026 at 12:43):

alexcrichton added the wasm-proposal:component-model-async label to Issue #13752.


Last updated: Jul 29 2026 at 05:03 UTC