runmat 0.5.2-dev.6 → 0.5.2

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
@@ -1296,11 +1296,11 @@ function __wbg_get_imports() {
1296
1296
  const ret = false;
1297
1297
  return ret;
1298
1298
  };
1299
- imports.wbg.__wbindgen_closure_wrapper18257 = function(arg0, arg1, arg2) {
1299
+ imports.wbg.__wbindgen_closure_wrapper18255 = function(arg0, arg1, arg2) {
1300
1300
  const ret = makeMutClosure(arg0, arg1, 5176, __wbg_adapter_36);
1301
1301
  return ret;
1302
1302
  };
1303
- imports.wbg.__wbindgen_closure_wrapper18731 = function(arg0, arg1, arg2) {
1303
+ imports.wbg.__wbindgen_closure_wrapper18729 = function(arg0, arg1, arg2) {
1304
1304
  const ret = makeMutClosure(arg0, arg1, 5183, __wbg_adapter_39);
1305
1305
  return ret;
1306
1306
  };
Binary file
@@ -137,9 +137,9 @@ export interface InitOutput {
137
137
  readonly __wbindgen_export_6: WebAssembly.Table;
138
138
  readonly __externref_table_dealloc: (a: number) => void;
139
139
  readonly closure3033_externref_shim: (a: number, b: number, c: any) => void;
140
- readonly closure8352_externref_shim: (a: number, b: number, c: any) => void;
141
- readonly closure8359_externref_shim: (a: number, b: number, c: any) => void;
142
- readonly closure8390_externref_shim: (a: number, b: number, c: any, d: any) => void;
140
+ readonly closure8353_externref_shim: (a: number, b: number, c: any) => void;
141
+ readonly closure8360_externref_shim: (a: number, b: number, c: any) => void;
142
+ readonly closure8391_externref_shim: (a: number, b: number, c: any, d: any) => void;
143
143
  readonly __wbindgen_start: () => void;
144
144
  }
145
145
 
@@ -589,15 +589,15 @@ function __wbg_adapter_56(arg0, arg1, arg2) {
589
589
  }
590
590
 
591
591
  function __wbg_adapter_59(arg0, arg1, arg2) {
592
- wasm.closure8352_externref_shim(arg0, arg1, arg2);
592
+ wasm.closure8353_externref_shim(arg0, arg1, arg2);
593
593
  }
594
594
 
595
595
  function __wbg_adapter_62(arg0, arg1, arg2) {
596
- wasm.closure8359_externref_shim(arg0, arg1, arg2);
596
+ wasm.closure8360_externref_shim(arg0, arg1, arg2);
597
597
  }
598
598
 
599
599
  function __wbg_adapter_616(arg0, arg1, arg2, arg3) {
600
- wasm.closure8390_externref_shim(arg0, arg1, arg2, arg3);
600
+ wasm.closure8391_externref_shim(arg0, arg1, arg2, arg3);
601
601
  }
602
602
 
603
603
  const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
@@ -2092,15 +2092,15 @@ function __wbg_get_imports() {
2092
2092
  const ret = false;
2093
2093
  return ret;
2094
2094
  };
2095
- imports.wbg.__wbindgen_closure_wrapper27155 = function(arg0, arg1, arg2) {
2096
- const ret = makeMutClosure(arg0, arg1, 8353, __wbg_adapter_59);
2095
+ imports.wbg.__wbindgen_closure_wrapper27156 = function(arg0, arg1, arg2) {
2096
+ const ret = makeMutClosure(arg0, arg1, 8354, __wbg_adapter_59);
2097
2097
  return ret;
2098
2098
  };
2099
- imports.wbg.__wbindgen_closure_wrapper27573 = function(arg0, arg1, arg2) {
2100
- const ret = makeMutClosure(arg0, arg1, 8360, __wbg_adapter_62);
2099
+ imports.wbg.__wbindgen_closure_wrapper27574 = function(arg0, arg1, arg2) {
2100
+ const ret = makeMutClosure(arg0, arg1, 8361, __wbg_adapter_62);
2101
2101
  return ret;
2102
2102
  };
2103
- imports.wbg.__wbindgen_closure_wrapper8327 = function(arg0, arg1, arg2) {
2103
+ imports.wbg.__wbindgen_closure_wrapper8322 = function(arg0, arg1, arg2) {
2104
2104
  const ret = makeMutClosure(arg0, arg1, 3034, __wbg_adapter_56);
2105
2105
  return ret;
2106
2106
  };
@@ -70,7 +70,7 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
70
70
  export const __wbindgen_export_6: WebAssembly.Table;
71
71
  export const __externref_table_dealloc: (a: number) => void;
72
72
  export const closure3033_externref_shim: (a: number, b: number, c: any) => void;
73
- export const closure8352_externref_shim: (a: number, b: number, c: any) => void;
74
- export const closure8359_externref_shim: (a: number, b: number, c: any) => void;
75
- export const closure8390_externref_shim: (a: number, b: number, c: any, d: any) => void;
73
+ export const closure8353_externref_shim: (a: number, b: number, c: any) => void;
74
+ export const closure8360_externref_shim: (a: number, b: number, c: any) => void;
75
+ export const closure8391_externref_shim: (a: number, b: number, c: any, d: any) => void;
76
76
  export const __wbindgen_start: () => void;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runmat",
3
- "version": "0.5.2-dev.6",
3
+ "version": "0.5.2",
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",