@cooljapan/oxirs 0.2.2 → 0.2.4
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
|
@@ -477,7 +477,7 @@ export function version() {
|
|
|
477
477
|
wasm.__wbindgen_export(deferred1_0, deferred1_1, 1);
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
export function
|
|
480
|
+
export function __wbg___wbindgen_throw_5549492daedad139(arg0, arg1) {
|
|
481
481
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
482
482
|
}
|
|
483
483
|
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
@@ -491,26 +491,26 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
|
491
491
|
wasm.__wbindgen_export(deferred0_0, deferred0_1, 1);
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
|
-
export function
|
|
494
|
+
export function __wbg_log_6a75b71d6316e935(arg0) {
|
|
495
495
|
console.log(getObject(arg0));
|
|
496
496
|
}
|
|
497
497
|
export function __wbg_new_227d7c05414eb861() {
|
|
498
498
|
const ret = new Error();
|
|
499
499
|
return addHeapObject(ret);
|
|
500
500
|
}
|
|
501
|
-
export function
|
|
501
|
+
export function __wbg_new_4370be21fa2b2f80() {
|
|
502
502
|
const ret = new Array();
|
|
503
503
|
return addHeapObject(ret);
|
|
504
504
|
}
|
|
505
|
-
export function
|
|
505
|
+
export function __wbg_new_48e1d86cfd30c8e7() {
|
|
506
506
|
const ret = new Object();
|
|
507
507
|
return addHeapObject(ret);
|
|
508
508
|
}
|
|
509
|
-
export function
|
|
509
|
+
export function __wbg_push_d0006a37f9fcda6d(arg0, arg1) {
|
|
510
510
|
const ret = getObject(arg0).push(getObject(arg1));
|
|
511
511
|
return ret;
|
|
512
512
|
}
|
|
513
|
-
export function
|
|
513
|
+
export function __wbg_set_991082a7a49971cf() { return handleError(function (arg0, arg1, arg2) {
|
|
514
514
|
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
515
515
|
return ret;
|
|
516
516
|
}, arguments); }
|
package/oxirs_wasm_bg.wasm
CHANGED
|
Binary file
|