diff options
author | stephan <stephan@noemail.net> | 2023-07-12 09:30:13 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-12 09:30:13 +0000 |
commit | b3b64179dfca82f9bb5d7ad6e9fe48eb6b0acd36 (patch) | |
tree | b4bb947699c69f7a1b4887d27868c8266601d5c1 /ext/wasm/api/sqlite3-api-cleanup.js | |
parent | a17b04f84035ffc5f979cfa2b776c2290b982e87 (diff) | |
download | sqlite-b3b64179dfca82f9bb5d7ad6e9fe48eb6b0acd36.tar.gz sqlite-b3b64179dfca82f9bb5d7ad6e9fe48eb6b0acd36.zip |
Internal JS doc fix.
FossilOrigin-Name: 7c5ea02205a360a11fa9043be12c678eb7fe6f6a0b63b09a3dc976beae881e3f
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 d38b401bf..3661464e1 100644 --- a/ext/wasm/api/sqlite3-api-cleanup.js +++ b/ext/wasm/api/sqlite3-api-cleanup.js @@ -23,7 +23,7 @@ if('undefined' !== typeof Module){ // presumably an Emscripten build const SABC = Object.assign( Object.create(null), { exports: Module['asm'], - memory: Module.wasmMemory /* gets set if built with -sIMPORT_MEMORY */ + memory: Module.wasmMemory /* gets set if built with -sIMPORTED_MEMORY */ }, globalThis.sqlite3ApiConfig || {} ); |