This commit is contained in:
krille-chan 2026-02-21 06:40:28 +00:00
parent 021cb68eb9
commit b38af53e7b
4 changed files with 21 additions and 21 deletions

View file

@ -1529,16 +1529,29 @@ let wasm_bindgen;
};
/**
* @param {number} ptr
* # Safety
*
* This should never be called manually.
* @param {any} handle
* @param {any} dart_handler_port
* @returns {number}
*/
__exports.frb_dart_opaque_drop_thread_box_persistent_handle = function(ptr) {
wasm.frb_dart_opaque_drop_thread_box_persistent_handle(ptr);
__exports.frb_dart_opaque_dart2rust_encode = function(handle, dart_handler_port) {
const ret = wasm.frb_dart_opaque_dart2rust_encode(handle, dart_handler_port);
return ret >>> 0;
};
__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);
};
/**
* @param {number} ptr
* @returns {any}
@ -1581,21 +1594,8 @@ let wasm_bindgen;
}
};
/**
* # Safety
*
* This should never be called manually.
* @param {any} handle
* @param {any} dart_handler_port
* @returns {number}
*/
__exports.frb_dart_opaque_dart2rust_encode = function(handle, dart_handler_port) {
const ret = wasm.frb_dart_opaque_dart2rust_encode(handle, dart_handler_port);
return ret >>> 0;
};
function __wbg_adapter_40(arg0, arg1, arg2) {
wasm.closure584_externref_shim(arg0, arg1, arg2);
wasm.closure590_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_wrapper1705 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 585, __wbg_adapter_40);
imports.wbg.__wbindgen_closure_wrapper1725 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 591, __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: "1477649987" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "1428206984" /* 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: "1477649987" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */,
serviceWorkerVersion: "1428206984" /* 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) {