Skip to content

Commit

Permalink
deploy: 09d3194
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Sep 30, 2024
1 parent b72ff80 commit 03f4706
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 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__h439151a5792400c2(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5d9f05765825a033(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__h72772bd1e931f48e(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h715e83e2738aaff7(arg0, arg1, addHeapObject(arg2));
}

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

function __wbg_adapter_124(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h6b4feda40e6327bf(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__h88597d6fb44526b9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

const WorkerPoolFinalization = (typeof FinalizationRegistry === 'undefined')
Expand Down
Binary file modified demo/pkg/rust_lib_bg.wasm
Binary file not shown.

0 comments on commit 03f4706

Please sign in to comment.