-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Wasi to runtime tests for csharp (#704)
* wasi & chsarp * update lock and revert some use * formatting * remove wasi_snapshot_preview1 crate use bundled reactor wasm * allow wasi_snapshot_preview1.reactor.wasm in git * fix typos * turn off semicolons
- Loading branch information
Showing
11 changed files
with
842 additions
and
206 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ package-lock.json | |
node_modules | ||
ace | ||
*.wasm | ||
!wasi_snapshot_preview1.reactor.wasm | ||
__pycache__ |
Oops, something went wrong.