diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ea1112..cd8c500 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/Makefile b/Makefile index 66d4b1d..18fb66e 100644 --- a/Makefile +++ b/Makefile @@ -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