Skip to content

Commit

Permalink
chore: update to wasmer 4.2 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn authored Dec 17, 2023
1 parent aa9aeb9 commit 9e4d501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
override: true

- name: Generate test cases
run: cargo run --package polywrap_tests_utils --bin generate
run: cargo run --package polywrap_tests_utils --bin generate

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ cargo run --package polywrap_tests_utils --bin generate
```
Now you will be able to run tests of all crates:
```shell
$ cargo test --release
$ cargo test
```

## Feedback and discussions
Expand Down
3 changes: 1 addition & 2 deletions packages/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ serde_json.workspace = true
base64.workspace = true
serde_bytes.workspace = true

wasmer = "4.1.0"
# wasmer-compiler-llvm = "4.1.0"
wasmer = "4.2.0"
bytes = "1.4.0"

[dev-dependencies]
Expand Down

0 comments on commit 9e4d501

Please sign in to comment.