Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
go-version: 'stable'
- uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "44.0.1"
version: "46.0.1"
- run: rustup update stable --no-self-update && rustup default stable
- run: cargo test --workspace
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ examples/*/go.mod
examples/*/go.sum
examples/*/wasi_*
examples/*/wit_*
tests/fixtures/*/go.mod
tests/fixtures/*/go.sum
tests/fixtures/*/wasi_*
tests/fixtures/*/wit_*

# Not generated
!examples/wasip1/go.mod
Loading
Loading