swls-wasm 0.2.5 → 0.2.6
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 +6 -6
- package/swls_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/swls_wasm_bg.js
CHANGED
|
@@ -605,12 +605,6 @@ export function __wbg_value_57b7b035e117f7ee(arg0) {
|
|
|
605
605
|
return ret;
|
|
606
606
|
};
|
|
607
607
|
|
|
608
|
-
export function __wbindgen_cast_1491b4ec96921861(arg0, arg1) {
|
|
609
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 3595, function: Function { arguments: [Externref], shim_idx: 3584, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
610
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h78f7bf6209968402, wasm_bindgen__convert__closures_____invoke__hdf449a9872fb8032);
|
|
611
|
-
return ret;
|
|
612
|
-
};
|
|
613
|
-
|
|
614
608
|
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
615
609
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
616
610
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -623,6 +617,12 @@ export function __wbindgen_cast_4625c577ab2ec9ee(arg0) {
|
|
|
623
617
|
return ret;
|
|
624
618
|
};
|
|
625
619
|
|
|
620
|
+
export function __wbindgen_cast_7de86607d914940d(arg0, arg1) {
|
|
621
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3623, function: Function { arguments: [Externref], shim_idx: 3612, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
622
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h78f7bf6209968402, wasm_bindgen__convert__closures_____invoke__hdf449a9872fb8032);
|
|
623
|
+
return ret;
|
|
624
|
+
};
|
|
625
|
+
|
|
626
626
|
export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
627
627
|
// Cast intrinsic for `I64 -> Externref`.
|
|
628
628
|
const ret = arg0;
|
package/swls_wasm_bg.wasm
CHANGED
|
Binary file
|