Skip to content

Commit 9ce3929

Browse files
committed
chore: bump wasmtime reactor
1 parent 78cfd1c commit 9ce3929

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "segment-component"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55

66
[lib]

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ help:
1010
| awk 'BEGIN { FS = ":.*?## " }; { printf "\033[36m%-30s\033[0m %s\n", $$1, $$2 }'
1111

1212
install: ## Install dependencies
13-
test -s wasi_snapshot_preview1.reactor.wasm || \
14-
curl -LO https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasi_snapshot_preview1.reactor.wasm
13+
@echo "Installing wasi dependency"
14+
rm -f wasi_snapshot_preview1.reactor.wasm
15+
curl -sLO https://github.com/bytecodealliance/wasmtime/releases/download/v26.0.0/wasi_snapshot_preview1.reactor.wasm
1516

1617
build: ## Build the wasi component
1718
cargo build --target wasm32-wasip1 --release

0 commit comments

Comments
 (0)