Skip to content

Commit

Permalink
deploy: 52e7574
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Oct 6, 2024
1 parent 6451131 commit f7435a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/wasmplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_16(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h55a88f0b062fd1b9(arg0, arg1);
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbde86f092d7fe2a9(arg0, arg1);
}

let stack_pointer = 128;
Expand All @@ -220,7 +220,7 @@ function addBorrowedObject(obj) {
}
function __wbg_adapter_19(arg0, arg1, arg2) {
try {
wasm._dyn_core__ops__function__FnMut___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc10d139595663e6(arg0, arg1, addBorrowedObject(arg2));
wasm._dyn_core__ops__function__FnMut___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc7684e98eec81411(arg0, arg1, addBorrowedObject(arg2));
} finally {
heap[stack_pointer++] = undefined;
}
Expand Down Expand Up @@ -447,12 +447,12 @@ function __wbg_get_imports() {
imports.wbg.__wbindgen_rethrow = function(arg0) {
throw takeObject(arg0);
};
imports.wbg.__wbindgen_closure_wrapper91 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 28, __wbg_adapter_16);
imports.wbg.__wbindgen_closure_wrapper111 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 30, __wbg_adapter_16);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper93 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 28, __wbg_adapter_19);
imports.wbg.__wbindgen_closure_wrapper113 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 30, __wbg_adapter_19);
return addHeapObject(ret);
};

Expand Down
Binary file modified pkg/wasmplayer_bg.wasm
Binary file not shown.

0 comments on commit f7435a0

Please sign in to comment.