Hi, which of the wasmtime c-api functions are MT-Safe? Is there documentation for how to build a multi-threaded application with wasmtime?
@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: Nov 22 2024 at 17:03 UTC