diff options
author | stephan <stephan@noemail.net> | 2024-07-25 14:00:26 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-07-25 14:00:26 +0000 |
commit | 520d1a84867fa59e063b66a276471cbfc9f6cef5 (patch) | |
tree | ea50fe07962fff9258eaedca74e42113e909a440 /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-core | |
parent | cc65612e35a677dc7252229dadaba92b6d3997b0 (diff) | |
download | sqlite-520d1a84867fa59e063b66a276471cbfc9f6cef5.tar.gz sqlite-520d1a84867fa59e063b66a276471cbfc9f6cef5.zip |
More work on the minimal-mode wasm build (now 603kb uncompressed). Remove the hard-coded feature-enable flags from sqlite3-wasm.c and rely on the build to provide them. Some wasm build cleanup, but attempts to completely overhaul it have been thwarted by my inability to make script-generated makefile code more legible/maintainable than the current eval spaghetti.
FossilOrigin-Name: b029c4067943e366a9b25b8303136fab10822bd771ea4658ac4cd716ff4a0d8f
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-core')
-rw-r--r-- | ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-core | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-core b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-core index db47ee7db..263542bc9 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-core +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-core @@ -49,7 +49,6 @@ _sqlite3_db_name _sqlite3_db_readonly _sqlite3_db_status _sqlite3_deserialize -_sqlite3_drop_modules _sqlite3_errcode _sqlite3_errmsg _sqlite3_error_offset |