|
@@ -224,35 +224,27 @@ async function __wbg_load(module, imports) {
|
|
|
function __wbg_get_imports() {
|
|
function __wbg_get_imports() {
|
|
|
const imports = {};
|
|
const imports = {};
|
|
|
imports.wbg = {};
|
|
imports.wbg = {};
|
|
|
- imports.wbg.__wbg_new_1930cbb8d9ffc31b = function() {
|
|
|
|
|
|
|
+ imports.wbg.__wbg_new_07b483f72211fd66 = function() {
|
|
|
const ret = new Object();
|
|
const ret = new Object();
|
|
|
return ret;
|
|
return ret;
|
|
|
};
|
|
};
|
|
|
- imports.wbg.__wbg_new_e969dc3f68d25093 = function() {
|
|
|
|
|
|
|
+ imports.wbg.__wbg_new_58353953ad2097cc = function() {
|
|
|
const ret = new Array();
|
|
const ret = new Array();
|
|
|
return ret;
|
|
return ret;
|
|
|
};
|
|
};
|
|
|
imports.wbg.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
|
|
imports.wbg.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
|
|
|
arg0[arg1] = arg2;
|
|
arg0[arg1] = arg2;
|
|
|
};
|
|
};
|
|
|
- imports.wbg.__wbg_set_d636a0463acf1dbc = function(arg0, arg1, arg2) {
|
|
|
|
|
|
|
+ imports.wbg.__wbg_set_7422acbe992d64ab = function(arg0, arg1, arg2) {
|
|
|
arg0[arg1 >>> 0] = arg2;
|
|
arg0[arg1 >>> 0] = arg2;
|
|
|
};
|
|
};
|
|
|
- imports.wbg.__wbg_wbindgendebugstring_bb652b1bc2061b6d = function(arg0, arg1) {
|
|
|
|
|
|
|
+ imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
|
const ret = debugString(arg1);
|
|
const ret = debugString(arg1);
|
|
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
|
const len1 = WASM_VECTOR_LEN;
|
|
const len1 = WASM_VECTOR_LEN;
|
|
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
|
};
|
|
};
|
|
|
- imports.wbg.__wbg_wbindgenthrow_4c11a24fca429ccf = function(arg0, arg1) {
|
|
|
|
|
- throw new Error(getStringFromWasm0(arg0, arg1));
|
|
|
|
|
- };
|
|
|
|
|
- imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
|
|
|
- // Cast intrinsic for `Ref(String) -> Externref`.
|
|
|
|
|
- const ret = getStringFromWasm0(arg0, arg1);
|
|
|
|
|
- return ret;
|
|
|
|
|
- };
|
|
|
|
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
|
const table = wasm.__wbindgen_export_2;
|
|
const table = wasm.__wbindgen_export_2;
|
|
|
const offset = table.grow(4);
|
|
const offset = table.grow(4);
|
|
@@ -263,6 +255,13 @@ function __wbg_get_imports() {
|
|
|
table.set(offset + 3, false);
|
|
table.set(offset + 3, false);
|
|
|
;
|
|
;
|
|
|
};
|
|
};
|
|
|
|
|
+ imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
|
|
|
+ const ret = getStringFromWasm0(arg0, arg1);
|
|
|
|
|
+ return ret;
|
|
|
|
|
+ };
|
|
|
|
|
+ imports.wbg.__wbindgen_throw = function(arg0, arg1) {
|
|
|
|
|
+ throw new Error(getStringFromWasm0(arg0, arg1));
|
|
|
|
|
+ };
|
|
|
|
|
|
|
|
return imports;
|
|
return imports;
|
|
|
}
|
|
}
|