Skip to content

Commit

Permalink
Add Wasi to runtime tests for csharp (#704)
Browse files Browse the repository at this point in the history
* 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
yowl authored Oct 23, 2023
1 parent 23f1bfe commit 2b9372d
Show file tree
Hide file tree
Showing 11 changed files with 842 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install wasm32-wasi target
run: rustup target add wasm32-wasi
- name: Require semicolons
run: echo WIT_REQUIRE_SEMICOLONS=1 >> $GITHUB_ENV
run: echo WIT_REQUIRE_SEMICOLONS=0 >> $GITHUB_ENV

- run: |
curl https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-16/wasi-sdk-16.0-linux.tar.gz -L | tar xzvf -
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ package-lock.json
node_modules
ace
*.wasm
!wasi_snapshot_preview1.reactor.wasm
__pycache__
Loading

0 comments on commit 2b9372d

Please sign in to comment.