From 2513920fa42e708c8c70826c75ef9aeaee84ad80 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 12 Jun 2025 10:48:17 +0900 Subject: [PATCH] give a bit more reasonable default to WITX_BINDGEN_REVISION `main` has no chance to work because witx-bindgen has been removed. --- rust/scripts/regenerate-bindings-from-witx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/scripts/regenerate-bindings-from-witx.sh b/rust/scripts/regenerate-bindings-from-witx.sh index 93affd0..9ef6353 100755 --- a/rust/scripts/regenerate-bindings-from-witx.sh +++ b/rust/scripts/regenerate-bindings-from-witx.sh @@ -11,7 +11,7 @@ set -e # The following environment variables can be overriden from the command line. Note that `*_REVISION` # variables accept a commit hash, a branch, a tag, etc. WITX_BINDGEN_REPOSITORY=${WITX_BINDGEN_REPOSITORY:-https://github.com/bytecodealliance/wasi} -WITX_BINDGEN_REVISION=${WITX_BINDGEN_REVISION:-main} +WITX_BINDGEN_REVISION=${WITX_BINDGEN_REVISION:-9ec04a7d8ebb1bbb9e3291503425cee1ec38a560} WASI_NN_RAW_URL=${WASI_NN_RAW_URL:-https://raw.githubusercontent.com/WebAssembly/wasi-nn} WASI_NN_REVISION=${WASI_NN_REVISION:-main}