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/api/extern-pre-js.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/api/extern-pre-js.js')
-rw-r--r-- | ext/wasm/api/extern-pre-js.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/wasm/api/extern-pre-js.js b/ext/wasm/api/extern-pre-js.js new file mode 100644 index 000000000..26d066d2e --- /dev/null +++ b/ext/wasm/api/extern-pre-js.js @@ -0,0 +1,4 @@ +/* extern-pre-js.js must be prepended to the resulting sqlite3.js + file. This file is currently only used for holding snippets during + test and development. +*/ |