runmat 0.5.7-dev.0 → 0.5.7-dev.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.
Binary file
@@ -2493,12 +2493,12 @@ function __wbg_get_imports() {
2493
2493
  arg0.writeTexture(arg1, arg2, arg3, arg4);
2494
2494
  }, arguments); },
2495
2495
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
2496
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 9668, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2496
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 9675, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2497
2497
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hb871e9c5faa9fe3a);
2498
2498
  return ret;
2499
2499
  },
2500
2500
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
2501
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 9692, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2501
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 9699, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2502
2502
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0fd58337c3bb7841);
2503
2503
  return ret;
2504
2504
  },
@@ -2508,7 +2508,7 @@ function __wbg_get_imports() {
2508
2508
  return ret;
2509
2509
  },
2510
2510
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
2511
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 9668, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2511
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 9675, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2512
2512
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hb871e9c5faa9fe3a_3);
2513
2513
  return ret;
2514
2514
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runmat",
3
- "version": "0.5.7-dev.0",
3
+ "version": "0.5.7-dev.1",
4
4
  "description": "Blazing fast runtime for math. Run MATLAB code on CPU or GPU.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",