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.
Redesign wasi ctx a bit (bytecodealliance#156)
* redesign wasi ctx and builder * in ctx, resources are only ever owned by the table * preopen dirs and stdio are just indexes into the table that we hand to the caller * builder requires less boxing, in general, takes more impl traits * tests: rewrite the way we generate tests to not construct store * uncomment WasiCtx's pool methods
- Loading branch information
Showing
11 changed files
with
639 additions
and
412 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
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.