runmat 0.3.3 → 0.3.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
@@ -42,8 +42,8 @@ export interface InitOutput {
42
42
  readonly __wbindgen_export_4: WebAssembly.Table;
43
43
  readonly __wbindgen_export_5: WebAssembly.Table;
44
44
  readonly __externref_table_dealloc: (a: number) => void;
45
- readonly closure3278_externref_shim: (a: number, b: number, c: any) => void;
46
- readonly closure3300_externref_shim: (a: number, b: number, c: any, d: any) => void;
45
+ readonly closure3264_externref_shim: (a: number, b: number, c: any) => void;
46
+ readonly closure3286_externref_shim: (a: number, b: number, c: any, d: any) => void;
47
47
  readonly __wbindgen_start: () => void;
48
48
  }
49
49
 
@@ -405,11 +405,11 @@ export function setCompatMode(mode) {
405
405
  }
406
406
 
407
407
  function __wbg_adapter_32(arg0, arg1, arg2) {
408
- wasm.closure3278_externref_shim(arg0, arg1, arg2);
408
+ wasm.closure3264_externref_shim(arg0, arg1, arg2);
409
409
  }
410
410
 
411
411
  function __wbg_adapter_124(arg0, arg1, arg2, arg3) {
412
- wasm.closure3300_externref_shim(arg0, arg1, arg2, arg3);
412
+ wasm.closure3286_externref_shim(arg0, arg1, arg2, arg3);
413
413
  }
414
414
 
415
415
  const __wbindgen_enum_XmlHttpRequestResponseType = ["", "arraybuffer", "blob", "document", "json", "text"];
@@ -693,8 +693,8 @@ function __wbg_get_imports() {
693
693
  const ret = false;
694
694
  return ret;
695
695
  };
696
- imports.wbg.__wbindgen_closure_wrapper11854 = function(arg0, arg1, arg2) {
697
- const ret = makeMutClosure(arg0, arg1, 3279, __wbg_adapter_32);
696
+ imports.wbg.__wbindgen_closure_wrapper11850 = function(arg0, arg1, arg2) {
697
+ const ret = makeMutClosure(arg0, arg1, 3265, __wbg_adapter_32);
698
698
  return ret;
699
699
  };
700
700
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -23,6 +23,6 @@ export const __externref_table_alloc: () => number;
23
23
  export const __wbindgen_export_4: WebAssembly.Table;
24
24
  export const __wbindgen_export_5: WebAssembly.Table;
25
25
  export const __externref_table_dealloc: (a: number) => void;
26
- export const closure3278_externref_shim: (a: number, b: number, c: any) => void;
27
- export const closure3300_externref_shim: (a: number, b: number, c: any, d: any) => void;
26
+ export const closure3264_externref_shim: (a: number, b: number, c: any) => void;
27
+ export const closure3286_externref_shim: (a: number, b: number, c: any, d: any) => void;
28
28
  export const __wbindgen_start: () => void;
@@ -615,15 +615,15 @@ function __wbg_adapter_56(arg0, arg1, arg2) {
615
615
  }
616
616
 
617
617
  function __wbg_adapter_59(arg0, arg1, arg2) {
618
- wasm.closure6573_externref_shim(arg0, arg1, arg2);
618
+ wasm.closure6581_externref_shim(arg0, arg1, arg2);
619
619
  }
620
620
 
621
621
  function __wbg_adapter_62(arg0, arg1, arg2) {
622
- wasm.closure6579_externref_shim(arg0, arg1, arg2);
622
+ wasm.closure6587_externref_shim(arg0, arg1, arg2);
623
623
  }
624
624
 
625
625
  function __wbg_adapter_618(arg0, arg1, arg2, arg3) {
626
- wasm.closure6623_externref_shim(arg0, arg1, arg2, arg3);
626
+ wasm.closure6631_externref_shim(arg0, arg1, arg2, arg3);
627
627
  }
628
628
 
629
629
  const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
@@ -2361,17 +2361,17 @@ export function __wbindgen_cb_drop(arg0) {
2361
2361
  return ret;
2362
2362
  };
2363
2363
 
2364
- export function __wbindgen_closure_wrapper19936(arg0, arg1, arg2) {
2365
- const ret = makeMutClosure(arg0, arg1, 6574, __wbg_adapter_59);
2364
+ export function __wbindgen_closure_wrapper20008(arg0, arg1, arg2) {
2365
+ const ret = makeMutClosure(arg0, arg1, 6582, __wbg_adapter_59);
2366
2366
  return ret;
2367
2367
  };
2368
2368
 
2369
- export function __wbindgen_closure_wrapper20353(arg0, arg1, arg2) {
2370
- const ret = makeMutClosure(arg0, arg1, 6580, __wbg_adapter_62);
2369
+ export function __wbindgen_closure_wrapper20425(arg0, arg1, arg2) {
2370
+ const ret = makeMutClosure(arg0, arg1, 6588, __wbg_adapter_62);
2371
2371
  return ret;
2372
2372
  };
2373
2373
 
2374
- export function __wbindgen_closure_wrapper5858(arg0, arg1, arg2) {
2374
+ export function __wbindgen_closure_wrapper5860(arg0, arg1, arg2) {
2375
2375
  const ret = makeMutClosure(arg0, arg1, 2611, __wbg_adapter_56);
2376
2376
  return ret;
2377
2377
  };
Binary file
@@ -74,7 +74,7 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
74
74
  export const __wbindgen_export_6: WebAssembly.Table;
75
75
  export const __externref_table_dealloc: (a: number) => void;
76
76
  export const closure2610_externref_shim: (a: number, b: number, c: any) => void;
77
- export const closure6573_externref_shim: (a: number, b: number, c: any) => void;
78
- export const closure6579_externref_shim: (a: number, b: number, c: any) => void;
79
- export const closure6623_externref_shim: (a: number, b: number, c: any, d: any) => void;
77
+ export const closure6581_externref_shim: (a: number, b: number, c: any) => void;
78
+ export const closure6587_externref_shim: (a: number, b: number, c: any) => void;
79
+ export const closure6631_externref_shim: (a: number, b: number, c: any, d: any) => void;
80
80
  export const __wbindgen_start: () => void;
@@ -148,9 +148,9 @@ export interface InitOutput {
148
148
  readonly __wbindgen_export_6: WebAssembly.Table;
149
149
  readonly __externref_table_dealloc: (a: number) => void;
150
150
  readonly closure2610_externref_shim: (a: number, b: number, c: any) => void;
151
- readonly closure6573_externref_shim: (a: number, b: number, c: any) => void;
152
- readonly closure6579_externref_shim: (a: number, b: number, c: any) => void;
153
- readonly closure6623_externref_shim: (a: number, b: number, c: any, d: any) => void;
151
+ readonly closure6581_externref_shim: (a: number, b: number, c: any) => void;
152
+ readonly closure6587_externref_shim: (a: number, b: number, c: any) => void;
153
+ readonly closure6631_externref_shim: (a: number, b: number, c: any, d: any) => void;
154
154
  readonly __wbindgen_start: () => void;
155
155
  }
156
156
 
@@ -607,15 +607,15 @@ function __wbg_adapter_56(arg0, arg1, arg2) {
607
607
  }
608
608
 
609
609
  function __wbg_adapter_59(arg0, arg1, arg2) {
610
- wasm.closure6573_externref_shim(arg0, arg1, arg2);
610
+ wasm.closure6581_externref_shim(arg0, arg1, arg2);
611
611
  }
612
612
 
613
613
  function __wbg_adapter_62(arg0, arg1, arg2) {
614
- wasm.closure6579_externref_shim(arg0, arg1, arg2);
614
+ wasm.closure6587_externref_shim(arg0, arg1, arg2);
615
615
  }
616
616
 
617
617
  function __wbg_adapter_618(arg0, arg1, arg2, arg3) {
618
- wasm.closure6623_externref_shim(arg0, arg1, arg2, arg3);
618
+ wasm.closure6631_externref_shim(arg0, arg1, arg2, arg3);
619
619
  }
620
620
 
621
621
  const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
@@ -2112,15 +2112,15 @@ function __wbg_get_imports() {
2112
2112
  const ret = false;
2113
2113
  return ret;
2114
2114
  };
2115
- imports.wbg.__wbindgen_closure_wrapper19936 = function(arg0, arg1, arg2) {
2116
- const ret = makeMutClosure(arg0, arg1, 6574, __wbg_adapter_59);
2115
+ imports.wbg.__wbindgen_closure_wrapper20008 = function(arg0, arg1, arg2) {
2116
+ const ret = makeMutClosure(arg0, arg1, 6582, __wbg_adapter_59);
2117
2117
  return ret;
2118
2118
  };
2119
- imports.wbg.__wbindgen_closure_wrapper20353 = function(arg0, arg1, arg2) {
2120
- const ret = makeMutClosure(arg0, arg1, 6580, __wbg_adapter_62);
2119
+ imports.wbg.__wbindgen_closure_wrapper20425 = function(arg0, arg1, arg2) {
2120
+ const ret = makeMutClosure(arg0, arg1, 6588, __wbg_adapter_62);
2121
2121
  return ret;
2122
2122
  };
2123
- imports.wbg.__wbindgen_closure_wrapper5858 = function(arg0, arg1, arg2) {
2123
+ imports.wbg.__wbindgen_closure_wrapper5860 = function(arg0, arg1, arg2) {
2124
2124
  const ret = makeMutClosure(arg0, arg1, 2611, __wbg_adapter_56);
2125
2125
  return ret;
2126
2126
  };
@@ -74,7 +74,7 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
74
74
  export const __wbindgen_export_6: WebAssembly.Table;
75
75
  export const __externref_table_dealloc: (a: number) => void;
76
76
  export const closure2610_externref_shim: (a: number, b: number, c: any) => void;
77
- export const closure6573_externref_shim: (a: number, b: number, c: any) => void;
78
- export const closure6579_externref_shim: (a: number, b: number, c: any) => void;
79
- export const closure6623_externref_shim: (a: number, b: number, c: any, d: any) => void;
77
+ export const closure6581_externref_shim: (a: number, b: number, c: any) => void;
78
+ export const closure6587_externref_shim: (a: number, b: number, c: any) => void;
79
+ export const closure6631_externref_shim: (a: number, b: number, c: any, d: any) => void;
80
80
  export const __wbindgen_start: () => void;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runmat",
3
- "version": "0.3.3",
3
+ "version": "0.3.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",