From f71c954cbc07fa0fc8a59e2a8a5a2a32b8e5d95c Mon Sep 17 00:00:00 2001 From: stephan Date: Thu, 29 Sep 2022 22:08:22 +0000 Subject: 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 --- ext/wasm/api/extern-post-js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/wasm/api/extern-post-js.js') 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(){ /** -- cgit v1.2.3