wasm build - week 4 final
This commit is contained in:
parent
6f8f42d9fc
commit
51893def78
2 changed files with 7 additions and 7 deletions
|
|
@ -208,7 +208,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|||
return real;
|
||||
}
|
||||
function __wbg_adapter_20(arg0, arg1) {
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h12769f480c4b6dc0(arg0, arg1);
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h648b303b06146952(arg0, arg1);
|
||||
}
|
||||
|
||||
function __wbg_adapter_23(arg0, arg1, arg2) {
|
||||
|
|
@ -801,16 +801,16 @@ function __wbg_get_imports() {
|
|||
const ret = wasm.memory;
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper780 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 127, __wbg_adapter_20);
|
||||
imports.wbg.__wbindgen_closure_wrapper1564 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 330, __wbg_adapter_20);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1798 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 375, __wbg_adapter_23);
|
||||
imports.wbg.__wbindgen_closure_wrapper2102 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_23);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1800 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 375, __wbg_adapter_23);
|
||||
imports.wbg.__wbindgen_closure_wrapper2104 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_23);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue