diff options
author | stephan <stephan@noemail.net> | 2022-11-30 18:21:01 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-11-30 18:21:01 +0000 |
commit | ec192e0659cd0fac1a29616c81a693f696f6f24a (patch) | |
tree | 9db60b1f182e64a296c6005a12c9b4ebf1858aad /ext/wasm/api/post-js-header.js | |
parent | a42281a312459d266d4a2189c43b80e83d2ab8e7 (diff) | |
download | sqlite-ec192e0659cd0fac1a29616c81a693f696f6f24a.tar.gz sqlite-ec192e0659cd0fac1a29616c81a693f696f6f24a.zip |
Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downstream build customizers, aware that those files contain constructs specific to the c-pp preprocessor and will not run as-is in JS.
FossilOrigin-Name: 2eade7c7b17a186735c72974c11a34798a08364861d0f307e897ba765c0a93c7
Diffstat (limited to 'ext/wasm/api/post-js-header.js')
-rw-r--r-- | ext/wasm/api/post-js-header.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wasm/api/post-js-header.js b/ext/wasm/api/post-js-header.js index 82a80e5a1..0e27e1fd9 100644 --- a/ext/wasm/api/post-js-header.js +++ b/ext/wasm/api/post-js-header.js @@ -19,7 +19,8 @@ Module.postRun.push(function(Module/*the Emscripten-style module object*/){ - sqlite3-api-glue.js => glues previous parts together - sqlite3-api-oo.js => SQLite3 OO API #1 - sqlite3-api-worker1.js => Worker-based API - - sqlite3-api-opfs.js => OPFS VFS + - sqlite3-vfs-helper.js => Internal-use utilities for... + - sqlite3-vfs-opfs.js => OPFS VFS - sqlite3-api-cleanup.js => final API cleanup - post-js-footer.js => closes this postRun() function */ |