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-post-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-post-js.js')
-rw-r--r-- | ext/wasm/api/extern-post-js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/extern-post-js.js b/ext/wasm/api/extern-post-js.js index acb54c3c9..25d2d1b32 100644 --- a/ext/wasm/api/extern-post-js.js +++ b/ext/wasm/api/extern-post-js.js @@ -1,4 +1,4 @@ -/* emscripten-js-addenda.js must be appended to the resulting sqlite3.js +/* extern-post-js.js must be appended to the resulting sqlite3.js file. */ (function(){ /** |