Skip to content

Commit

Permalink
Update wasmtime used in testing/fuzzing (#1966)
Browse files Browse the repository at this point in the history
* Update wasmtime used in testing/fuzzing

Fixes an issue found on OSS-Fuzz with 25.0.1 which hit a known issue
with that Wasmtime release.

* Pin wasmtime's binary-compatible-builds action

It's no longer present on `main`
  • Loading branch information
alexcrichton authored Jan 6, 2025
1 parent 760a03d commit 46881c9
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
submodules: true
- uses: ./.github/actions/install-rust
- uses: bytecodealliance/wasmtime/.github/actions/binary-compatible-builds@main
- uses: bytecodealliance/wasmtime/.github/actions/binary-compatible-builds@release-28.0.0
with:
name: ${{ matrix.build }}
if: matrix.build != 'wasm32-wasip1'
Expand Down
Loading

0 comments on commit 46881c9

Please sign in to comment.