Skip to content

Commit

Permalink
Update WASMTIME_URL to reference 29.0.01 release (#573)
Browse files Browse the repository at this point in the history
This PR updates WASMTIME_URL to reference the latest release version
(29.0.1)
  • Loading branch information
mcbarton authored Feb 4, 2025
1 parent 51ab188 commit 7c73575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LIBC_TEST = $(DOWNDIR)/libc-test
LIBRT_URL ?= https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/libclang_rt.builtins-wasm32-wasi-25.0.tar.gz
LIBRT = $(DOWNDIR)/libclang_rt.builtins-wasm32.a
ARCH := $(shell uname -m)
WASMTIME_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v26.0.1/wasmtime-v26.0.1-$(ARCH)-linux.tar.xz
WASMTIME_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v29.0.1/wasmtime-v29.0.1-$(ARCH)-linux.tar.xz
WASMTIME = $(abspath $(DOWNDIR)/$(shell basename $(WASMTIME_URL) .tar.xz)/wasmtime)
WASM_TOOLS_URL ?= https://github.com/bytecodealliance/wasm-tools/releases/download/v1.220.0/wasm-tools-1.220.0-$(ARCH)-linux.tar.gz
WASM_TOOLS = $(DOWNDIR)/$(shell basename $(WASM_TOOLS_URL) .tar.gz)/wasm-tools
Expand Down

0 comments on commit 7c73575

Please sign in to comment.