Skip to content

Commit

Permalink
Updated emu6502_web
Browse files Browse the repository at this point in the history
  • Loading branch information
univta0001 committed Oct 4, 2024
1 parent d24c873 commit 9ab609f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/emu6502_web.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_18(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h375655b4426c6fb3(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf0560105f23a991e(arg0, arg1, addHeapObject(arg2));
}

let cachedDataViewMemory0 = null;
Expand Down Expand Up @@ -168,7 +168,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_71(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h002352d5d9884372(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__h8513b35bc3e14d98(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

const EmulatorFinalization = (typeof FinalizationRegistry === 'undefined')
Expand Down
Binary file modified docs/emu6502_web_bg.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions emu6502_web/pkg/emu6502_web.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_18(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h375655b4426c6fb3(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf0560105f23a991e(arg0, arg1, addHeapObject(arg2));
}

let cachedDataViewMemory0 = null;
Expand Down Expand Up @@ -168,7 +168,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_71(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h002352d5d9884372(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__h8513b35bc3e14d98(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

const EmulatorFinalization = (typeof FinalizationRegistry === 'undefined')
Expand Down
Binary file modified emu6502_web/pkg/emu6502_web_bg.wasm
Binary file not shown.

0 comments on commit 9ab609f

Please sign in to comment.