aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-worker1.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-09-11 16:59:40 +0000
committerstephan <stephan@noemail.net>2022-09-11 16:59:40 +0000
commit73079dba00f879be162b601d074cca978dc94604 (patch)
treec52d477e5e18713ef0a860b9f134221b057bc409 /ext/wasm/api/sqlite3-api-worker1.js
parent2a91126d761eb0cc9e4dc01f7e7d9e620178910b (diff)
downloadsqlite-73079dba00f879be162b601d074cca978dc94604.tar.gz
sqlite-73079dba00f879be162b601d074cca978dc94604.zip
Minor cleanups and documentation in the wasm pieces.
FossilOrigin-Name: 4e6ce329872eb733ba2f7f7879747c52761ae97790fd8ed169a25a79854cc3d9
Diffstat (limited to 'ext/wasm/api/sqlite3-api-worker1.js')
-rw-r--r--ext/wasm/api/sqlite3-api-worker1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-worker1.js b/ext/wasm/api/sqlite3-api-worker1.js
index 6ca337df1..00359413b 100644
--- a/ext/wasm/api/sqlite3-api-worker1.js
+++ b/ext/wasm/api/sqlite3-api-worker1.js
@@ -375,7 +375,7 @@ sqlite3.initWorker1API = function(){
db.close();
if(db===this.defaultDb) this.defaultDb = undefined;
if(alsoUnlink && filename){
- sqlite3.capi.sqlite3_wasm_vfs_unlink(filename);
+ sqlite3.capi.wasm.sqlite3_wasm_vfs_unlink(filename);
}
}
},