Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Feb 13, 2024
1 parent 0ae1059 commit 4623ba6
Show file tree
Hide file tree
Showing 60 changed files with 3,094 additions and 3,239 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install wasm32-wasi target
run: rustup target add wasm32-wasi

- name: Install wasm-tools
run: cargo install wasm-tools

- name: Build adapter
run: ./build-adapter.sh

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
/tests/generated
/lib/package.wasm
Loading

0 comments on commit 4623ba6

Please sign in to comment.