runmat 0.5.7-dev.2 → 0.5.7-dev.3

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.
@@ -1259,12 +1259,12 @@ function __wbg_get_imports() {
1259
1259
  arg0.writeTexture(arg1, arg2, arg3, arg4);
1260
1260
  }, arguments); },
1261
1261
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1262
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 6085, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1262
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 6084, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1263
1263
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h2ddb700be264118d);
1264
1264
  return ret;
1265
1265
  },
1266
1266
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
1267
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 6124, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1267
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 6123, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1268
1268
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0fd58337c3bb7841);
1269
1269
  return ret;
1270
1270
  },
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: 9673, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2496
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 9692, 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: 9697, 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: 9716, 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: 9673, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2511
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 9692, 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.2",
3
+ "version": "0.5.7-dev.3",
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",