Skip to content

Commit 525bb2e

Browse files
authored
Update ADAPTER_URL to reference v29.0.1 (#575)
This PR updates ADAPTER_URL to reference the latest release version (versions 29.0.1)
1 parent 08c9059 commit 525bb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WASMTIME_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v
4242
WASMTIME = $(abspath $(DOWNDIR)/$(shell basename $(WASMTIME_URL) .tar.xz)/wasmtime)
4343
WASM_TOOLS_URL ?= https://github.com/bytecodealliance/wasm-tools/releases/download/v1.224.0/wasm-tools-1.224.0-$(ARCH)-linux.tar.gz
4444
WASM_TOOLS = $(DOWNDIR)/$(shell basename $(WASM_TOOLS_URL) .tar.gz)/wasm-tools
45-
ADAPTER_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v26.0.1/wasi_snapshot_preview1.command.wasm
45+
ADAPTER_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v29.0.1/wasi_snapshot_preview1.command.wasm
4646
ADAPTER = $(DOWNDIR)/wasi_snapshot_preview1.command.wasm
4747

4848
$(DOWNDIR):

0 commit comments

Comments
 (0)