runmat 0.5.1 → 0.5.2-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
Binary file
@@ -2093,15 +2093,15 @@ function __wbg_get_imports() {
2093
2093
  const ret = false;
2094
2094
  return ret;
2095
2095
  };
2096
- imports.wbg.__wbindgen_closure_wrapper25895 = function(arg0, arg1, arg2) {
2096
+ imports.wbg.__wbindgen_closure_wrapper25899 = function(arg0, arg1, arg2) {
2097
2097
  const ret = makeMutClosure(arg0, arg1, 7997, __wbg_adapter_59);
2098
2098
  return ret;
2099
2099
  };
2100
- imports.wbg.__wbindgen_closure_wrapper26310 = function(arg0, arg1, arg2) {
2100
+ imports.wbg.__wbindgen_closure_wrapper26314 = function(arg0, arg1, arg2) {
2101
2101
  const ret = makeMutClosure(arg0, arg1, 8003, __wbg_adapter_62);
2102
2102
  return ret;
2103
2103
  };
2104
- imports.wbg.__wbindgen_closure_wrapper8273 = function(arg0, arg1, arg2) {
2104
+ imports.wbg.__wbindgen_closure_wrapper8277 = function(arg0, arg1, arg2) {
2105
2105
  const ret = makeMutClosure(arg0, arg1, 3154, __wbg_adapter_56);
2106
2106
  return ret;
2107
2107
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runmat",
3
- "version": "0.5.1",
3
+ "version": "0.5.2-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",