Skip to content

Commit 789e2dc

Browse files
committed
wasi-sdk-27.
1 parent 0399f10 commit 789e2dc

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

embed/bcw2/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ cd ~-
4949
-mmutable-globals -mnontrapping-fptoint \
5050
-msimd128 -mbulk-memory -msign-ext \
5151
-mreference-types -mmultivalue \
52-
-fno-stack-protector -fno-stack-clash-protection \
52+
-mno-extended-const \
53+
-fno-stack-protector \
5354
-Wl,--stack-first \
5455
-Wl,--import-undefined \
5556
-Wl,--initial-memory=327680 \

embed/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ trap 'rm -f sqlite3.tmp' EXIT
1717
-mmutable-globals -mnontrapping-fptoint \
1818
-msimd128 -mbulk-memory -msign-ext \
1919
-mreference-types -mmultivalue \
20-
-fno-stack-protector -fno-stack-clash-protection \
20+
-mno-extended-const \
21+
-fno-stack-protector \
2122
-Wl,--stack-first \
2223
-Wl,--import-undefined \
2324
-Wl,--initial-memory=327680 \

sqlite3/libc/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ EOF
2222
-mmutable-globals -mnontrapping-fptoint \
2323
-msimd128 -mbulk-memory -msign-ext \
2424
-mreference-types -mmultivalue \
25-
-fno-stack-protector -fno-stack-clash-protection \
25+
-mno-extended-const \
26+
-fno-stack-protector \
2627
-Wl,-z,stack-size=4096 \
2728
-Wl,--stack-first \
2829
-Wl,--import-undefined \

sqlite3/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
2626
fi
2727
fi
2828

29-
WASI_SDK="https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/wasi-sdk-25.0-$WASI_SDK.tar.gz"
29+
WASI_SDK="https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-27/wasi-sdk-27.0-$WASI_SDK.tar.gz"
3030
BINARYEN="https://github.com/WebAssembly/binaryen/releases/download/version_123/binaryen-version_123-$BINARYEN.tar.gz"
3131

3232
# Download tools

util/sql3util/wasm/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ trap 'rm -f sql3parse_table.tmp' EXIT
1717
-mmutable-globals -mnontrapping-fptoint \
1818
-msimd128 -mbulk-memory -msign-ext \
1919
-mreference-types -mmultivalue \
20-
-fno-stack-protector -fno-stack-clash-protection \
20+
-mno-extended-const \
21+
-fno-stack-protector \
2122
-Wl,--stack-first \
2223
-Wl,--import-undefined \
2324
-Wl,--export=sql3parse_table

vfs/tests/mptest/wasm/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ WASI_SDK="$ROOT/tools/wasi-sdk/bin"
1313
-mmutable-globals -mnontrapping-fptoint \
1414
-msimd128 -mbulk-memory -msign-ext \
1515
-mreference-types -mmultivalue \
16-
-fno-stack-protector -fno-stack-clash-protection \
16+
-mno-extended-const \
17+
-fno-stack-protector \
1718
-Wl,--stack-first \
1819
-Wl,--import-undefined \
1920
-D_HAVE_SQLITE_CONFIG_H -DSQLITE_USE_URI \

vfs/tests/speedtest1/wasm/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ WASI_SDK="$ROOT/tools/wasi-sdk/bin"
1313
-mmutable-globals -mnontrapping-fptoint \
1414
-msimd128 -mbulk-memory -msign-ext \
1515
-mreference-types -mmultivalue \
16-
-fno-stack-protector -fno-stack-clash-protection \
16+
-mno-extended-const \
17+
-fno-stack-protector \
1718
-Wl,--stack-first \
1819
-Wl,--import-undefined \
1920
-D_HAVE_SQLITE_CONFIG_H -DSQLITE_USE_URI \

0 commit comments

Comments
 (0)