Skip to content
Open
Show file tree
Hide file tree
Changes from all 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/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
WIT_BINDGEN_VERSION: 0.55.0
WAC_VERSION: 0.9.0
VICEROY_VERSION: 0.16.4
VICEROY_VERSION: 0.16.5
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ test-fuzz:
target/release/proxy-component instrument -m fuzz tests/python.wasm

test-record:
$(MAKE) run-record WASM=tests/go.wasm
$(MAKE) run-record WASM=tests/python.wasm
#$(MAKE) run-record WASM=tests/go.wasm
#$(MAKE) run-record WASM=tests/python.wasm
$(MAKE) run-record WASM=tests/rust.wasm
# test the same trace with a different wasm replay
target/release/proxy-component instrument -m replay tests/rust.debug.wasm
Expand Down
Loading