Hi wasmtime team, I have a use case to pause and resume a webassembly sandbox, does wasmtime has such C API? I saw a disscussion online for this, but I don't know finally wasmtime provides such api or not? Thank you.
More-or-less the answer is "no" with the C API. Wasmtime's Rust API support async Rust which uses a form of suspend-and-resume but the suspended state is not serializable. This async support is not exposed in the C API at this time. Does that answer your question?
Thanks, I see.
Last updated: Nov 22 2024 at 16:03 UTC