diff options
author | stephan <stephan@noemail.net> | 2024-07-25 10:50:45 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-07-25 10:50:45 +0000 |
commit | cc65612e35a677dc7252229dadaba92b6d3997b0 (patch) | |
tree | 03b4903a2c6a0229eb15b30a2d29905bf66a2eec /ext/wasm/api/sqlite3-api-glue.c-pp.js | |
parent | b16c2980b37006f433341dd4d726fcf3e1e64808 (diff) | |
download | sqlite-cc65612e35a677dc7252229dadaba92b6d3997b0.tar.gz sqlite-cc65612e35a677dc7252229dadaba92b6d3997b0.zip |
Start work on an overhaul of the wasm build process, with an eye towards less over-engineering.
FossilOrigin-Name: ed746b3dd3248b68cb91de50ac5ba5fd3a7c2fcbde76324e86b88edbfecd896b
Diffstat (limited to 'ext/wasm/api/sqlite3-api-glue.c-pp.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-glue.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-glue.c-pp.js b/ext/wasm/api/sqlite3-api-glue.c-pp.js index e5eb0cfeb..55dd300d7 100644 --- a/ext/wasm/api/sqlite3-api-glue.c-pp.js +++ b/ext/wasm/api/sqlite3-api-glue.c-pp.js @@ -336,7 +336,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ }/* sqlite3_set_authorizer() */ if(false && wasm.compileOptionUsed('SQLITE_ENABLE_NORMALIZE')){ - /* ^^^ "the problem" is that this is an option feature and the + /* ^^^ "the problem" is that this is an optional feature and the build-time function-export list does not currently take optional features into account. */ wasm.bindingSignatures.push(["sqlite3_normalized_sql", "string", "sqlite3_stmt*"]); |