From e266a769f87dc27bfa294ada0c6be555c4b6692a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 21 Dec 2023 14:56:17 +0900 Subject: [PATCH] guest_rust: bump wasmtime to 16.0.0 --- guest_rust/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guest_rust/build.sh b/guest_rust/build.sh index 98e3482..2df11a4 100755 --- a/guest_rust/build.sh +++ b/guest_rust/build.sh @@ -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