1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.

FossilOrigin-Name: dea098b64eb95c395b346ebcae687afe42b7d21df48833527808c02226300a66
This commit is contained in:
stephan
2022-05-22 00:27:19 +00:00
parent 4ec29fc115
commit 166542cc98
14 changed files with 443 additions and 106 deletions

View File

@@ -159,8 +159,9 @@
progressElement.remove();
if(!text) spinnerElement.remove();
}
if(text) statusElement.innerText = text;
else {
if(text){
statusElement.innerText = text;
}else{
console.log("Finalizing status.");
statusElement.remove();
SF.clearMsgHandlers('module');