Skip to content

Commit 08c9059

Browse files
authored
Update WASM_TOOLS_URL to reference v1.224.0 (#574)
This PR updates WASM_TOOLS_URL to reference the latest released version (version 1.224.0)
1 parent 7c73575 commit 08c9059

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
@@ -40,7 +40,7 @@ LIBRT = $(DOWNDIR)/libclang_rt.builtins-wasm32.a
4040
ARCH := $(shell uname -m)
4141
WASMTIME_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v29.0.1/wasmtime-v29.0.1-$(ARCH)-linux.tar.xz
4242
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
4444
WASM_TOOLS = $(DOWNDIR)/$(shell basename $(WASM_TOOLS_URL) .tar.gz)/wasm-tools
4545
ADAPTER_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v26.0.1/wasi_snapshot_preview1.command.wasm
4646
ADAPTER = $(DOWNDIR)/wasi_snapshot_preview1.command.wasm

0 commit comments

Comments
 (0)