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 955787c commit 6c7a7e4Copy full SHA for 6c7a7e4
CMakeLists.txt
@@ -293,6 +293,7 @@ if(EMSCRIPTEN)
293
xeus_wasm_link_options(xsqlite "web,worker")
294
295
target_link_options(xsqlite
296
+ PUBLIC "SHELL: -s MAIN_MODULE=1"
297
PUBLIC "SHELL: -s FETCH=1"
298
PUBLIC "SHELL: -s NO_EXIT_RUNTIME=1"
299
PUBLIC "SHELL: -s 'ASYNCIFY_IMPORTS=[\"async_ems_init_idbfs\", \"async_ems_sync_db\"]'"
0 commit comments