Skip to content

Commit c0aa734

Browse files
committed
binaryen-version_116.
1 parent fa845db commit c0aa734

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

embed/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
cd -P -- "$(dirname -- "$0")"
55

66
ROOT=../
7-
BINARYEN="$ROOT/tools/binaryen-version_115/bin"
7+
BINARYEN="$ROOT/tools/binaryen-version_116/bin"
88
WASI_SDK="$ROOT/tools/wasi-sdk-20.0/bin"
99

1010
"$WASI_SDK/clang" --target=wasm32-wasi -flto -g0 -O2 \

vfs/tests/mptest/testdata/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
cd -P -- "$(dirname -- "$0")"
55

66
ROOT=../../../../
7-
BINARYEN="$ROOT/tools/binaryen-version_115/bin"
7+
BINARYEN="$ROOT/tools/binaryen-version_116/bin"
88
WASI_SDK="$ROOT/tools/wasi-sdk-20.0/bin"
99

1010
"$WASI_SDK/clang" --target=wasm32-wasi -flto -g0 -O2 \

vfs/tests/speedtest1/testdata/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
cd -P -- "$(dirname -- "$0")"
55

66
ROOT=../../../../
7-
BINARYEN="$ROOT/tools/binaryen-version_115/bin"
7+
BINARYEN="$ROOT/tools/binaryen-version_116/bin"
88
WASI_SDK="$ROOT/tools/wasi-sdk-20.0/bin"
99

1010
"$WASI_SDK/clang" --target=wasm32-wasi -flto -g0 -O2 \

0 commit comments

Comments
 (0)