Skip to content

Commit

Permalink
deploy: 3207416
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Aug 16, 2024
1 parent d0af82e commit 8dd5e3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions demo/pkg/rust_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ function makeMutClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_34(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb39e899f93b1e6b8(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4f3fd66c5b52a0df(arg0, arg1, addHeapObject(arg2));
}

function __wbg_adapter_39(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h311d407ab84479fb(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h902db846e880312d(arg0, arg1, addHeapObject(arg2));
}

/**
Expand Down Expand Up @@ -358,7 +358,7 @@ __exports.receive_transfer_closure = function(payload, transfer) {
};

function __wbg_adapter_124(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h89910ad8a6a24708(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__h0d6f2af7454b9410(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

const WorkerPoolFinalization = (typeof FinalizationRegistry === 'undefined')
Expand Down Expand Up @@ -778,12 +778,12 @@ function __wbg_get_imports() {
const ret = wasm.memory;
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper394 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 158, __wbg_adapter_34);
imports.wbg.__wbindgen_closure_wrapper397 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 157, __wbg_adapter_34);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper395 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 158, __wbg_adapter_34);
imports.wbg.__wbindgen_closure_wrapper398 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 157, __wbg_adapter_34);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper457 = function(arg0, arg1, arg2) {
Expand Down
Binary file modified demo/pkg/rust_lib_bg.wasm
Binary file not shown.

0 comments on commit 8dd5e3a

Please sign in to comment.