diff options
author | stephan <stephan@noemail.net> | 2022-10-28 14:33:50 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-28 14:33:50 +0000 |
commit | ffbc653d85e248e5c24a3bb8467ea223a2711a5c (patch) | |
tree | 8617fca88af5e36638d703b2e3d6f813f2128a24 /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | f03ddcca3282b7d8fd2cd6e2f8caa142e5cc5be8 (diff) | |
download | sqlite-ffbc653d85e248e5c24a3bb8467ea223a2711a5c.tar.gz sqlite-ffbc653d85e248e5c24a3bb8467ea223a2711a5c.zip |
Remove sqlite3_interrupt() from the WASM build, as it is essentially impossible to employ in JS's threading model.
FossilOrigin-Name: e85387590061edbb6cdc04de792ab86f43afaa5c8d1b0792206cb5b481c7d76a
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r-- | ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api index 416b08d23..b903bedee 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -42,7 +42,6 @@ _sqlite3_file_control _sqlite3_finalize _sqlite3_free _sqlite3_initialize -_sqlite3_interrupt _sqlite3_libversion _sqlite3_libversion_number _sqlite3_malloc |