runmat 0.4.4-dev.0 → 0.4.4

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
Binary file
@@ -2142,11 +2142,11 @@ function __wbg_get_imports() {
2142
2142
  const ret = false;
2143
2143
  return ret;
2144
2144
  };
2145
- imports.wbg.__wbindgen_closure_wrapper21536 = function(arg0, arg1, arg2) {
2145
+ imports.wbg.__wbindgen_closure_wrapper21538 = function(arg0, arg1, arg2) {
2146
2146
  const ret = makeMutClosure(arg0, arg1, 7032, __wbg_adapter_59);
2147
2147
  return ret;
2148
2148
  };
2149
- imports.wbg.__wbindgen_closure_wrapper21951 = function(arg0, arg1, arg2) {
2149
+ imports.wbg.__wbindgen_closure_wrapper21953 = function(arg0, arg1, arg2) {
2150
2150
  const ret = makeMutClosure(arg0, arg1, 7039, __wbg_adapter_62);
2151
2151
  return ret;
2152
2152
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runmat",
3
- "version": "0.4.4-dev.0",
3
+ "version": "0.4.4",
4
4
  "description": "Blazing fast runtime for math. Run MATLAB code on CPU or GPU.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN ../../LICENSE.md",