diff options
Diffstat (limited to 'ext/wasm/api/sqlite3-api-cleanup.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-cleanup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-cleanup.js b/ext/wasm/api/sqlite3-api-cleanup.js index ed6b8c40e..01aba213e 100644 --- a/ext/wasm/api/sqlite3-api-cleanup.js +++ b/ext/wasm/api/sqlite3-api-cleanup.js @@ -21,7 +21,7 @@ if('undefined' !== typeof Module){ // presumably an Emscripten build Install a suitable default configuration for sqlite3ApiBootstrap(). */ const SABC = self.sqlite3ApiBootstrap.defaultConfig; - SABC.Module = Module /* ==> Current needs to be exposed here for test code. NOT part + SABC.Module = Module /* ==> Currently needs to be exposed here for test code. NOT part of the public API. */; SABC.exports = Module['asm']; SABC.memory = Module.wasmMemory /* gets set if built with -sIMPORT_MEMORY */; |