Is there a way I can call an async Wasm function from an asynchronous HTTP handler? Rust complains about Store not implementing Send and Sync, but is there a way to circumvent this?
for now you need to use something like https://docs.rs/tokio/1.4.0/tokio/task/struct.LocalSet.html
Last updated: Dec 06 2025 at 06:05 UTC