diff --git a/index.html b/index.html index 3edcb01..e6790b6 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,6 @@ dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}})); - + diff --git a/sqlite3.js b/sqlite3.js index da95d72..0bc7b24 100644 --- a/sqlite3.js +++ b/sqlite3.js @@ -542,7 +542,7 @@ function __wbg_get_imports() { const ret = arg0.getMonth(); return ret; }; - imports.wbg.__wbg_getRandomValues_9cf8a9a052847419 = function() { return handleError(function (arg0, arg1) { + imports.wbg.__wbg_getRandomValues_4222c05e65c4cb4d = function() { return handleError(function (arg0, arg1) { globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1)); }, arguments) }; imports.wbg.__wbg_getSeconds_755197b634cca692 = function(arg0) { @@ -751,7 +751,7 @@ function __wbg_get_imports() { const ret = arg0.next(); return ret; }, arguments) }; - imports.wbg.__wbg_now_ffb89993ffe8c9e9 = function(arg0) { + imports.wbg.__wbg_now_7b5abb0a69e028e7 = function(arg0) { const ret = globalThis.performance.now(); getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true); diff --git a/sqlite3_bg.wasm b/sqlite3_bg.wasm index 3cfab66..9104110 100644 Binary files a/sqlite3_bg.wasm and b/sqlite3_bg.wasm differ diff --git a/sqlite3mc.js b/sqlite3mc.js index 00ac2f3..48b40f4 100644 --- a/sqlite3mc.js +++ b/sqlite3mc.js @@ -542,7 +542,7 @@ function __wbg_get_imports() { const ret = arg0.getMonth(); return ret; }; - imports.wbg.__wbg_getRandomValues_9cf8a9a052847419 = function() { return handleError(function (arg0, arg1) { + imports.wbg.__wbg_getRandomValues_4222c05e65c4cb4d = function() { return handleError(function (arg0, arg1) { globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1)); }, arguments) }; imports.wbg.__wbg_getSeconds_755197b634cca692 = function(arg0) { @@ -751,7 +751,7 @@ function __wbg_get_imports() { const ret = arg0.next(); return ret; }, arguments) }; - imports.wbg.__wbg_now_ffb89993ffe8c9e9 = function(arg0) { + imports.wbg.__wbg_now_7b5abb0a69e028e7 = function(arg0) { const ret = globalThis.performance.now(); getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true); diff --git a/sqlite3mc_bg.wasm b/sqlite3mc_bg.wasm index d25184b..fcaedd0 100644 Binary files a/sqlite3mc_bg.wasm and b/sqlite3mc_bg.wasm differ