Stream: git-wasmtime

Topic: wasmtime / issue #11762 Expand `Instance::run_concurrent`...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2025 at 12:13):

celarye opened issue #11762:

Feature

Expand Instance::run_concurrent support to bindgen! generated bindings.

Benefit

Currently you need to create an extra Instance alongside your bindgen! generated instance to be able to use the run_concurrent method. Instead this method could just be made available to the bindgen! generated instance as well.

Related Zulip discussion

view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2025 at 12:59):

dicej commented on issue #11762:

Thanks for opening this, @celarye. It just occurred to me that this will no longer be relevant once #11226 has been addressed, since we'll have moved run_concurrent from Instance to Store[ContextMut].

view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2025 at 13:08):

celarye closed issue #11762:

Feature

Expand Instance::run_concurrent support to bindgen! generated bindings.

Benefit

Currently you need to create an extra Instance alongside your bindgen! generated instance to be able to use the run_concurrent method. Instead this method could just be made available to the bindgen! generated instance as well.

Related Zulip discussion

view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2025 at 13:08):

celarye commented on issue #11762:

Alright, I'll look forward to that implementation then!


Last updated: Dec 06 2025 at 07:03 UTC