swls-wasm 0.2.0 → 0.2.2
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/package.json +1 -1
- package/swls_wasm_bg.js +7 -7
- package/swls_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/swls_wasm_bg.js
CHANGED
|
@@ -376,7 +376,7 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
376
376
|
}
|
|
377
377
|
};
|
|
378
378
|
|
|
379
|
-
export function
|
|
379
|
+
export function __wbg_fetch_10992f0d606e7fbb() { return handleError(function (arg0, arg1) {
|
|
380
380
|
const ret = fetch(arg0, arg1);
|
|
381
381
|
return ret;
|
|
382
382
|
}, arguments) };
|
|
@@ -623,18 +623,18 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
623
623
|
return ret;
|
|
624
624
|
};
|
|
625
625
|
|
|
626
|
-
export function __wbindgen_cast_d67a65b0330de337(arg0, arg1) {
|
|
627
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 2144, function: Function { arguments: [Externref], shim_idx: 2133, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
628
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h75de6245a6a4c3c1, wasm_bindgen__convert__closures_____invoke__he2da107c09943666);
|
|
629
|
-
return ret;
|
|
630
|
-
};
|
|
631
|
-
|
|
632
626
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
633
627
|
// Cast intrinsic for `F64 -> Externref`.
|
|
634
628
|
const ret = arg0;
|
|
635
629
|
return ret;
|
|
636
630
|
};
|
|
637
631
|
|
|
632
|
+
export function __wbindgen_cast_e96437bd1724d99b(arg0, arg1) {
|
|
633
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2123, function: Function { arguments: [Externref], shim_idx: 2112, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
634
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h75de6245a6a4c3c1, wasm_bindgen__convert__closures_____invoke__he2da107c09943666);
|
|
635
|
+
return ret;
|
|
636
|
+
};
|
|
637
|
+
|
|
638
638
|
export function __wbindgen_init_externref_table() {
|
|
639
639
|
const table = wasm.__wbindgen_externrefs;
|
|
640
640
|
const offset = table.grow(4);
|
package/swls_wasm_bg.wasm
CHANGED
|
Binary file
|