Skip to content

Commit 6a92c8b

Browse files
Update wabt to 1.0.35
1 parent 67a06bd commit 6a92c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/install-wabt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install_tools() {
1414
if ! which wat2wasm > /dev/null; then
1515
local build_dir=$(mktemp -d /tmp/WasmKit-wabt.XXXXXX)
1616
mkdir -p $build_dir
17-
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.33/wabt-1.0.33.tar.xz | tar xJ --strip-components=1 -C $build_dir
17+
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.35/wabt-1.0.35.tar.xz | tar xJ --strip-components=1 -C $build_dir
1818
cmake -B $build_dir/build -GNinja -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local $build_dir
1919
cmake --build $build_dir/build --target install
2020
fi

0 commit comments

Comments
 (0)