File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ WASMTIME_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v
42
42
WASMTIME = $(abspath $(DOWNDIR ) /$(shell basename $(WASMTIME_URL ) .tar.xz) /wasmtime)
43
43
WASM_TOOLS_URL ?= https://github.com/bytecodealliance/wasm-tools/releases/download/v1.224.0/wasm-tools-1.224.0-$(ARCH ) -linux.tar.gz
44
44
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
46
46
ADAPTER = $(DOWNDIR ) /wasi_snapshot_preview1.command.wasm
47
47
48
48
$(DOWNDIR ) :
You can’t perform that action at this time.
0 commit comments