1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Cleanups in the wasmfs/opfs integration but disable it in order to get the build into a known-working state before continuing with experimentation.

FossilOrigin-Name: 41045be752a5bd7966849638f3ca56f4905308df70f79f2cb6196ca7dce9d525
This commit is contained in:
stephan
2022-08-13 13:56:00 +00:00
parent 90218aec7a
commit 9a4c63b0fc
7 changed files with 103 additions and 29 deletions

View File

@ -20,7 +20,7 @@
id: undefined
};
const eOutput = document.querySelector('#test-output');
const log = console.log.bind(console)
const log = console.log.bind(console);
const logHtml = function(cssClass,...args){
log.apply(this, args);
const ln = document.createElement('div');