@cooljapan/oxirs 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oxirs_wasm_bg.js +6 -6
- package/oxirs_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/oxirs_wasm_bg.js
CHANGED
|
@@ -504,7 +504,7 @@ export function version() {
|
|
|
504
504
|
wasm.__wbindgen_export(deferred1_0, deferred1_1, 1);
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
|
-
export function
|
|
507
|
+
export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
|
|
508
508
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
509
509
|
}
|
|
510
510
|
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
@@ -518,26 +518,26 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
|
518
518
|
wasm.__wbindgen_export(deferred0_0, deferred0_1, 1);
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
export function
|
|
521
|
+
export function __wbg_log_cf2e968649f3384e(arg0) {
|
|
522
522
|
console.log(getObject(arg0));
|
|
523
523
|
}
|
|
524
524
|
export function __wbg_new_227d7c05414eb861() {
|
|
525
525
|
const ret = new Error();
|
|
526
526
|
return addHeapObject(ret);
|
|
527
527
|
}
|
|
528
|
-
export function
|
|
528
|
+
export function __wbg_new_ce1ab61c1c2b300d() {
|
|
529
529
|
const ret = new Object();
|
|
530
530
|
return addHeapObject(ret);
|
|
531
531
|
}
|
|
532
|
-
export function
|
|
532
|
+
export function __wbg_new_d90091b82fdf5b91() {
|
|
533
533
|
const ret = new Array();
|
|
534
534
|
return addHeapObject(ret);
|
|
535
535
|
}
|
|
536
|
-
export function
|
|
536
|
+
export function __wbg_push_a6822215aa43e71c(arg0, arg1) {
|
|
537
537
|
const ret = getObject(arg0).push(getObject(arg1));
|
|
538
538
|
return ret;
|
|
539
539
|
}
|
|
540
|
-
export function
|
|
540
|
+
export function __wbg_set_6e30c9374c26414c() { return handleError(function (arg0, arg1, arg2) {
|
|
541
541
|
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
542
542
|
return ret;
|
|
543
543
|
}, arguments); }
|
package/oxirs_wasm_bg.wasm
CHANGED
|
Binary file
|