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
Remove 2nd Tokio Runtime in Auto Splitting Runtime
Wasmtime's WASI implementation nowadays internally has its own Tokio
runtime. You can only ever run a single Tokio runtime on a thread at the
same time. Wasmtime provides async support, so this likely would have
also solved the issue. However, this probably would've made it harder to
use the runtime in other situations. So instead we just remove our own
runtime, which was not really necessary anyway.
0 commit comments