-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] implement a separate
VmBuilder::build
method for async
cas…
…es (#3) * chore(rust-sys): expose WasiCtx Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): expose WasiCtx Signed-off-by: Xin Liu <[email protected]> * refactor(rust-sdk): split VmBuilder::build Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update test code Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update examples Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update test code Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update rustdoc Signed-off-by: Xin Liu <[email protected]> * ci(bindings-rust): update PR paths Signed-off-by: Xin Liu <[email protected]> * feat(async-wasi): implement new APIs in WasiCtx Signed-off-by: Xin Liu <[email protected]> * feat(rust-sys): implement new APIs in AsyncWasiModule Signed-off-by: Xin Liu <[email protected]> * feat(rust-sdk): implement new APIs in WasiInstance Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): refactor build method of VmBuilder Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update examples Signed-off-by: Xin Liu <[email protected]> * ci(bindings-rust): rust-1.70 Signed-off-by: Xin Liu <[email protected]> * ci(bindings-rust): update rust version Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): update test code Signed-off-by: Xin Liu <[email protected]> --------- Signed-off-by: Xin Liu <[email protected]>
- Loading branch information
Showing
19 changed files
with
468 additions
and
244 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
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.