Skip to content

Commit

Permalink
guest_rust: bump wasmtime to 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 26, 2023
1 parent 3ebdd3d commit e266a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest_rust/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
set -e
if [ ! -f wasi_snapshot_preview1.reactor.wasm ]; then
curl --fail -L -O https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.1/wasi_snapshot_preview1.reactor.wasm
curl --fail -L -O https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasi_snapshot_preview1.reactor.wasm
fi

release_opt=--release
Expand Down

0 comments on commit e266a76

Please sign in to comment.