-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 2nd Tokio Runtime in Auto Splitting Runtime (#854)
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.
- Loading branch information
Showing
3 changed files
with
180 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.