Stream: general

Topic: multi-thread


view this post on Zulip Rom Grk (Sep 19 2021 at 01:56):

Hi, which of the wasmtime c-api functions are MT-Safe? Is there documentation for how to build a multi-threaded application with wasmtime?

view this post on Zulip Alex Crichton (Sep 19 2021 at 02:53):

@Rom Grk there's some information about this in the documentation (search for " Thread Safety"). All functions are to some degree MT-safe in the posix-sense, but since there's shared state within the store there's caveats to understand. If those docs don't cover everything I'd be happy to help expand them


Last updated: Oct 23 2024 at 20:03 UTC