This commit is contained in:
Spxg
2025-08-03 12:10:41 +00:00
parent 763b92a20f
commit 45e33f7781
4 changed files with 9 additions and 9 deletions

View File

@@ -533,7 +533,7 @@ function __wbg_get_imports() {
const ret = arg0.getMonth();
return ret;
};
imports.wbg.__wbg_getRandomValues_6a045a3b2ebf24ca = function() { return handleError(function (arg0, arg1) {
imports.wbg.__wbg_getRandomValues_8e6341dd77432a34 = function() { return handleError(function (arg0, arg1) {
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
}, arguments) };
imports.wbg.__wbg_getSeconds_755197b634cca692 = function(arg0) {
@@ -734,7 +734,7 @@ function __wbg_get_imports() {
const ret = arg0.next();
return ret;
}, arguments) };
imports.wbg.__wbg_now_683d7b91b94bab7e = function(arg0) {
imports.wbg.__wbg_now_2f0bbf3fd348701f = 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);
@@ -904,7 +904,7 @@ function __wbg_get_imports() {
const ret = makeClosure(arg0, arg1, 79, __wbg_adapter_44);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper4177 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper4178 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 697, __wbg_adapter_47);
return ret;
};

Binary file not shown.

View File

@@ -227,7 +227,7 @@ function debugString(val) {
return className;
}
function __wbg_adapter_44(arg0, arg1, arg2) {
wasm.closure5_externref_shim(arg0, arg1, arg2);
wasm.closure8_externref_shim(arg0, arg1, arg2);
}
function __wbg_adapter_47(arg0, arg1, arg2) {
@@ -533,7 +533,7 @@ function __wbg_get_imports() {
const ret = arg0.getMonth();
return ret;
};
imports.wbg.__wbg_getRandomValues_6a045a3b2ebf24ca = function() { return handleError(function (arg0, arg1) {
imports.wbg.__wbg_getRandomValues_8e6341dd77432a34 = function() { return handleError(function (arg0, arg1) {
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
}, arguments) };
imports.wbg.__wbg_getSeconds_755197b634cca692 = function(arg0) {
@@ -734,7 +734,7 @@ function __wbg_get_imports() {
const ret = arg0.next();
return ret;
}, arguments) };
imports.wbg.__wbg_now_683d7b91b94bab7e = function(arg0) {
imports.wbg.__wbg_now_2f0bbf3fd348701f = 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);
@@ -900,11 +900,11 @@ function __wbg_get_imports() {
const ret = false;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper149 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 6, __wbg_adapter_44);
imports.wbg.__wbindgen_closure_wrapper157 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 9, __wbg_adapter_44);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper3999 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper3998 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 862, __wbg_adapter_47);
return ret;
};

Binary file not shown.