aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/post-js-header.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-10-30 09:47:33 +0000
committerstephan <stephan@noemail.net>2022-10-30 09:47:33 +0000
commit1fc6ffccc55fc7105ce9426149e63446e062c01f (patch)
treeec2223831c80b6e521b3deb5aa28cbaf2762266f /ext/wasm/api/post-js-header.js
parentaf9cee12c1e57bbd92db0ebdd2a4f9f551b1d790 (diff)
downloadsqlite-1fc6ffccc55fc7105ce9426149e63446e062c01f.tar.gz
sqlite-1fc6ffccc55fc7105ce9426149e63446e062c01f.zip
Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in WASMFS mode (where it doesn't work). Add sqlite3.debugModule URL param to enable some module-init-time debugging output.
FossilOrigin-Name: 50f678846a2b3c3d0818f0bae89f2ee86252a2e6a9c7029ebaae3953ca0fa14c
Diffstat (limited to 'ext/wasm/api/post-js-header.js')
-rw-r--r--ext/wasm/api/post-js-header.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/post-js-header.js b/ext/wasm/api/post-js-header.js
index f377a6541..82a80e5a1 100644
--- a/ext/wasm/api/post-js-header.js
+++ b/ext/wasm/api/post-js-header.js
@@ -5,7 +5,7 @@
environment must have been set up already but it will not have
loaded its WASM when the code in this file is run. The function it
installs will be run after the WASM module is loaded, at which
- point the sqlite3 WASM API bits will be set up.
+ point the sqlite3 JS API bits will get set up.
*/
if(!Module.postRun) Module.postRun = [];
Module.postRun.push(function(Module/*the Emscripten-style module object*/){