diff options
author | stephan <stephan@noemail.net> | 2022-09-29 22:08:22 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-29 22:08:22 +0000 |
commit | f71c954cbc07fa0fc8a59e2a8a5a2a32b8e5d95c (patch) | |
tree | 44ceac4d12ee7e382ed6d3c8124fa66996617720 /ext/wasm/common/whwasmutil.js | |
parent | b0ccf50cbd0430eefaf50f5b6c2485ee8d68d6d4 (diff) | |
download | sqlite-f71c954cbc07fa0fc8a59e2a8a5a2a32b8e5d95c.tar.gz sqlite-f71c954cbc07fa0fc8a59e2a8a5a2a32b8e5d95c.zip |
Add JS infrastructure to ostensibly allow us to customize the wasm imports, which will hypothetically allow us to eliminate the dependency on EM_JS(), but the corresponding Emscripten glue-level feature currently breaks fatally with WASMFS builds so it's disabled.
FossilOrigin-Name: 88d9253b0db5494bf1c9b6d24f22524eeec856b89e64a66ffb30d945f0df21d3
Diffstat (limited to 'ext/wasm/common/whwasmutil.js')
-rw-r--r-- | ext/wasm/common/whwasmutil.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/common/whwasmutil.js b/ext/wasm/common/whwasmutil.js index 662978b20..8b6dbdd83 100644 --- a/ext/wasm/common/whwasmutil.js +++ b/ext/wasm/common/whwasmutil.js @@ -1538,7 +1538,7 @@ self.WhWasmUtilInstaller = function(target){ - `onload(loadResult,config)`: optional callback. The first argument is the result object from - WebAssembly.instanitate[Streaming](). The 2nd is the config + WebAssembly.instantiate[Streaming](). The 2nd is the config object passed to this function. Described in more detail below. - `imports`: optional imports object for |