You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, but I am confused. I am using wasm_rs_async_executor::single_threaded::block_on, and I believe it is causing this runtime error: there is no reactor running, must be called from the context of a Tokio 1.x runtime.
Is wasm_rs_async_executor designed to be used without tokio, or does it require tokio?
The text was updated successfully, but these errors were encountered:
Sorry, but I am confused. I am using
wasm_rs_async_executor::single_threaded::block_on
, and I believe it is causing this runtime error:there is no reactor running, must be called from the context of a Tokio 1.x runtime
.Is
wasm_rs_async_executor
designed to be used without tokio, or does it require tokio?The text was updated successfully, but these errors were encountered: