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 6c7a7e4 commit 2c09de2Copy full SHA for 2c09de2
CMakeLists.txt
@@ -294,6 +294,8 @@ if(EMSCRIPTEN)
294
295
target_link_options(xsqlite
296
PUBLIC "SHELL: -s MAIN_MODULE=1"
297
+ PUBLIC "SHELL: -s WASM_BIGINT=1"
298
+ PUBLIC "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR}/src/post.js"
299
PUBLIC "SHELL: -s FETCH=1"
300
PUBLIC "SHELL: -s NO_EXIT_RUNTIME=1"
301
PUBLIC "SHELL: -s 'ASYNCIFY_IMPORTS=[\"async_ems_init_idbfs\", \"async_ems_sync_db\"]'"
0 commit comments