File tree Expand file tree Collapse file tree 7 files changed +13
-7
lines changed
Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
2626 fi
2727fi
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"
3030BINARYEN=" https://github.com/WebAssembly/binaryen/releases/download/version_123/binaryen-version_123-$BINARYEN .tar.gz"
3131
3232# Download tools
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments