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 @@ -40,7 +40,7 @@ LIBRT = $(DOWNDIR)/libclang_rt.builtins-wasm32.a
40
40
ARCH := $(shell uname -m)
41
41
WASMTIME_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v29.0.1/wasmtime-v29.0.1-$(ARCH ) -linux.tar.xz
42
42
WASMTIME = $(abspath $(DOWNDIR ) /$(shell basename $(WASMTIME_URL ) .tar.xz) /wasmtime)
43
- WASM_TOOLS_URL ?= https://github.com/bytecodealliance/wasm-tools/releases/download/v1.220 .0/wasm-tools-1.220 .0-$(ARCH ) -linux.tar.gz
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
45
ADAPTER_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v26.0.1/wasi_snapshot_preview1.command.wasm
46
46
ADAPTER = $(DOWNDIR ) /wasi_snapshot_preview1.command.wasm
You can’t perform that action at this time.
0 commit comments