Publish new web demo that works on Es100
This commit is contained in:
parent
bd5250f85d
commit
8797c02ed9
|
@ -218,7 +218,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|||
function __wbg_adapter_30(arg0, arg1) {
|
||||
try {
|
||||
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heafbe185c1ae3e64(retptr, arg0, arg1);
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha8b9890b03c5467a(retptr, arg0, arg1);
|
||||
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
||||
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
||||
if (r1) {
|
||||
|
@ -230,7 +230,7 @@ function __wbg_adapter_30(arg0, arg1) {
|
|||
}
|
||||
|
||||
function __wbg_adapter_33(arg0, arg1, arg2) {
|
||||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7381d780f7dcf80f(arg0, arg1, addHeapObject(arg2));
|
||||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h607f3995e47d534d(arg0, arg1, addHeapObject(arg2));
|
||||
}
|
||||
|
||||
function makeClosure(arg0, arg1, dtor, f) {
|
||||
|
@ -1667,24 +1667,24 @@ function getImports() {
|
|||
const ret = wasm.memory;
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper2987 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 1085, __wbg_adapter_30);
|
||||
imports.wbg.__wbindgen_closure_wrapper2991 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 1089, __wbg_adapter_30);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper2989 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 1085, __wbg_adapter_33);
|
||||
imports.wbg.__wbindgen_closure_wrapper2993 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 1089, __wbg_adapter_33);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper3328 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 1225, __wbg_adapter_36);
|
||||
imports.wbg.__wbindgen_closure_wrapper3332 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 1229, __wbg_adapter_36);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper3330 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 1225, __wbg_adapter_36);
|
||||
imports.wbg.__wbindgen_closure_wrapper3334 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 1229, __wbg_adapter_36);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper3365 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 1245, __wbg_adapter_41);
|
||||
imports.wbg.__wbindgen_closure_wrapper3369 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 1249, __wbg_adapter_41);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue