forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge wasmtime-fibre crate into runtime crate (bytecodealliance#127)
This turns the `wasmtime_fibre` into a module called `fibre` in the `runtime` crate. As a result, the `wasmtime_fibre` crate is removed from the workspace. This is helpful for specializing the fibre implementation further for our purposes in the future. Arguably, we could actually make `fibre` a submodule of the existing `continuation` module in `runtime` (i.e., instead of putting it at `wasmtime_runtime::fibre`, put it at `wasmtime_runtime::continuation::fibre`), but I decided against changing the directory structure further for now. The only noteworthy changes outside of moving the files are: 1. The types `SwitchDirection` and `SwitchDirectionEnum`, previously in the `wasmtime_fibre` crate, are now in the `continuations` crate. We need access to these in cranelift. 2. Instead of adding a lot of /// TODO comments I bailed out of mandatory doc comments (as imposed by the `runtime` crate) on pub definitions in the new `fibre` module.
- Loading branch information
1 parent
395d2c4
commit 6434027
Showing
16 changed files
with
123 additions
and
387 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.