We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fb48f commit 0f46696Copy full SHA for 0f46696
sqlite3/assets/wasm/CMakeLists.txt
@@ -60,7 +60,7 @@ macro(base_sqlite3_target name debug)
60
-mexec-model=reactor
61
-fno-stack-protector -fno-stack-clash-protection
62
-Wl,--import-memory
63
- --sysroot /usr/share/wasi-sysroot
+ --sysroot ${wasi_sysroot}
64
${sources}
65
@${CMAKE_CURRENT_BINARY_DIR}/required_symbols.txt
66
DEPENDS ${sources} required_symbols
0 commit comments