swls-wasm 0.2.8 → 0.2.10

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "collaborators": [
5
5
  "ajuvercr <arthur.vercruysse@outlook.com>"
6
6
  ],
7
- "version": "0.2.8",
7
+ "version": "0.2.10",
8
8
  "files": [
9
9
  "swls_wasm_bg.wasm",
10
10
  "swls_wasm.js",
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 __wbg_fetch_8d116804f1c746da() { return handleError(function (arg0, arg1) {
379
+ export function __wbg_fetch_0eb5958073b0f95e() { return handleError(function (arg0, arg1) {
380
380
  const ret = fetch(arg0, arg1);
381
381
  return ret;
382
382
  }, arguments) };
@@ -611,6 +611,12 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
611
611
  return ret;
612
612
  };
613
613
 
614
+ export function __wbindgen_cast_3e47c7635223bc1a(arg0, arg1) {
615
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3625, function: Function { arguments: [Externref], shim_idx: 3614, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
616
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h78f7bf6209968402, wasm_bindgen__convert__closures_____invoke__hdf449a9872fb8032);
617
+ return ret;
618
+ };
619
+
614
620
  export function __wbindgen_cast_4625c577ab2ec9ee(arg0) {
615
621
  // Cast intrinsic for `U64 -> Externref`.
616
622
  const ret = BigInt.asUintN(64, arg0);
@@ -623,12 +629,6 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
623
629
  return ret;
624
630
  };
625
631
 
626
- export function __wbindgen_cast_a6bfd768c36f43a7(arg0, arg1) {
627
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3620, function: Function { arguments: [Externref], shim_idx: 3609, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
628
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h78f7bf6209968402, wasm_bindgen__convert__closures_____invoke__hdf449a9872fb8032);
629
- return ret;
630
- };
631
-
632
632
  export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
633
633
  // Cast intrinsic for `F64 -> Externref`.
634
634
  const ret = arg0;
package/swls_wasm_bg.wasm CHANGED
Binary file