Skip to content

Commit

Permalink
update wasmer version; remove wat2wasm binary usage
Browse files Browse the repository at this point in the history
  • Loading branch information
slandymani committed Nov 18, 2024
1 parent 515b349 commit 92e5d57
Show file tree
Hide file tree
Showing 4 changed files with 878 additions and 62 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Owasm Workflow
on: push
on: [push, pull_request]

jobs:
wasm-test:
Expand All @@ -14,12 +14,6 @@ jobs:
toolchain: stable
override: true

- name: Install Wabt (wat2wasm)
run: |
wget https://github.com/WebAssembly/wabt/releases/download/1.0.29/wabt-1.0.29-ubuntu.tar.gz
tar -zxf wabt-1.0.29-ubuntu.tar.gz
sudo cp wabt-1.0.29/bin/wat2wasm /usr/local/bin
- name: Check cargo cache
uses: actions/cache@v2
with:
Expand Down
Loading

0 comments on commit 92e5d57

Please sign in to comment.