This commit is contained in:
krille-chan 2026-02-27 17:30:24 +00:00
parent c7311bd185
commit 7878aa02f2
5 changed files with 17 additions and 17 deletions

View file

@ -1550,17 +1550,6 @@ let wasm_bindgen;
return ret;
};
__exports.wasm_start_callback = function() {
wasm.wasm_start_callback();
};
/**
* @param {number} ptr
*/
__exports.frb_dart_opaque_drop_thread_box_persistent_handle = function(ptr) {
wasm.frb_dart_opaque_drop_thread_box_persistent_handle(ptr);
};
function passArrayJsValueToWasm0(array, malloc) {
const ptr = malloc(array.length * 4, 4) >>> 0;
for (let i = 0; i < array.length; i++) {
@ -1594,8 +1583,19 @@ let wasm_bindgen;
}
};
/**
* @param {number} ptr
*/
__exports.frb_dart_opaque_drop_thread_box_persistent_handle = function(ptr) {
wasm.frb_dart_opaque_drop_thread_box_persistent_handle(ptr);
};
__exports.wasm_start_callback = function() {
wasm.wasm_start_callback();
};
function __wbg_adapter_40(arg0, arg1, arg2) {
wasm.closure578_externref_shim(arg0, arg1, arg2);
wasm.closure587_externref_shim(arg0, arg1, arg2);
}
const WorkerPoolFinalization = (typeof FinalizationRegistry === 'undefined')
@ -1955,8 +1955,8 @@ let wasm_bindgen;
const ret = false;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper1708 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 579, __wbg_adapter_40);
imports.wbg.__wbindgen_closure_wrapper1731 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 588, __wbg_adapter_40);
return ret;
};
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {

View file

@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"3452d735bd38224ef2db85ca763d862d6326b1
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "2378114660" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "1798167916" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});

View file

@ -82,7 +82,7 @@ _flutter.buildConfig = {"engineRevision":"3452d735bd38224ef2db85ca763d862d6326b1
_flutter.loader.load({
serviceWorker: {
serviceWorkerVersion: "2378114660" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */,
serviceWorkerVersion: "1798167916" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */,
},
onEntrypointLoaded: function (engineInitializer) {
engineInitializer.initializeEngine({ useColorEmoji: true }).then(function (appRunner) {

File diff suppressed because one or more lines are too long