diff options
author | stephan <stephan@noemail.net> | 2022-08-12 17:57:09 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-08-12 17:57:09 +0000 |
commit | a579f4400d0c9f5e8356a7b10830bc5a2caf8aa5 (patch) | |
tree | dacab1927a3c9a090638b4a8a68cf057cad7ae04 /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | 5b0e63eb4c58a9ceb5c6d0d817ab34e75b02c001 (diff) | |
download | sqlite-a579f4400d0c9f5e8356a7b10830bc5a2caf8aa5.tar.gz sqlite-a579f4400d0c9f5e8356a7b10830bc5a2caf8aa5.zip |
Build fiddle with WASMFS OPFS support and attempt to use it if available. It does not work because of an inexplicable exception in Emscripten-generated code and perpetually-locked db, but it's not yet clear why.
FossilOrigin-Name: a16f0a46ec88c560f73d5664e4bf53fb5dd1a22e99a92c11b5c8d784816c3282
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r-- | ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api index 8f103c7c0..4a6b71b8e 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -68,5 +68,7 @@ _sqlite3_vfs_find _sqlite3_vfs_register _sqlite3_wasm_db_error _sqlite3_wasm_enum_json +_sqlite3_wasm_init_opfs +_sqlite3_wasm_vfs_unlink _malloc _free |