Skip to content

Commit

Permalink
Merge pull request #62 from Berrysoft/dev/nowasi
Browse files Browse the repository at this point in the history
Remove WASI support
  • Loading branch information
Berrysoft committed Dec 16, 2022
2 parents 815dd64 + a9e2d36 commit 2b1b1b4
Show file tree
Hide file tree
Showing 26 changed files with 138 additions and 509 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: |
rustup target add ${{ matrix.platform.target }}
rustup target add wasm32-unknown-unknown
rustup target add wasm32-wasi
- name: Build
run: make plugins release-cross TARGET=${{ matrix.platform.target }}
- name: Publish plugins
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
- name: Install targets
run: |
rustup target add wasm32-unknown-unknown
rustup target add wasm32-wasi
- name: Test
run: make test

0 comments on commit 2b1b1b4

Please sign in to comment.