runmat 0.5.4-dev.0 → 0.5.4-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.
@@ -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 closure5113_externref_shim: (a: number, b: number, c: any) => void;
46
- readonly closure5156_externref_shim: (a: number, b: number, c: any, d: any) => void;
45
+ readonly closure5114_externref_shim: (a: number, b: number, c: any) => void;
46
+ readonly closure5157_externref_shim: (a: number, b: number, c: any, d: any) => void;
47
47
  readonly __wbindgen_start: () => void;
48
48
  }
49
49
 
@@ -414,11 +414,11 @@ export function setCompatMode(mode) {
414
414
  }
415
415
 
416
416
  function __wbg_adapter_34(arg0, arg1, arg2) {
417
- wasm.closure5113_externref_shim(arg0, arg1, arg2);
417
+ wasm.closure5114_externref_shim(arg0, arg1, arg2);
418
418
  }
419
419
 
420
420
  function __wbg_adapter_582(arg0, arg1, arg2, arg3) {
421
- wasm.closure5156_externref_shim(arg0, arg1, arg2, arg3);
421
+ wasm.closure5157_externref_shim(arg0, arg1, arg2, arg3);
422
422
  }
423
423
 
424
424
  const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
@@ -1505,8 +1505,8 @@ function __wbg_get_imports() {
1505
1505
  const ret = false;
1506
1506
  return ret;
1507
1507
  };
1508
- imports.wbg.__wbindgen_closure_wrapper19212 = function(arg0, arg1, arg2) {
1509
- const ret = makeMutClosure(arg0, arg1, 5114, __wbg_adapter_34);
1508
+ imports.wbg.__wbindgen_closure_wrapper19278 = function(arg0, arg1, arg2) {
1509
+ const ret = makeMutClosure(arg0, arg1, 5115, __wbg_adapter_34);
1510
1510
  return ret;
1511
1511
  };
1512
1512
  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 closure5113_externref_shim: (a: number, b: number, c: any) => void;
27
- export const closure5156_externref_shim: (a: number, b: number, c: any, d: any) => void;
26
+ export const closure5114_externref_shim: (a: number, b: number, c: any) => void;
27
+ export const closure5157_externref_shim: (a: number, b: number, c: any, d: any) => void;
28
28
  export const __wbindgen_start: () => void;
@@ -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 closure3318_externref_shim: (a: number, b: number, c: any) => void;
140
- readonly closure8275_externref_shim: (a: number, b: number, c: any) => void;
141
- readonly closure8287_externref_shim: (a: number, b: number, c: any) => void;
142
- readonly closure8315_externref_shim: (a: number, b: number, c: any, d: any) => void;
140
+ readonly closure8277_externref_shim: (a: number, b: number, c: any) => void;
141
+ readonly closure8289_externref_shim: (a: number, b: number, c: any) => void;
142
+ readonly closure8317_externref_shim: (a: number, b: number, c: any, d: any) => void;
143
143
  readonly __wbindgen_start: () => void;
144
144
  }
145
145
 
@@ -590,15 +590,15 @@ function __wbg_adapter_56(arg0, arg1, arg2) {
590
590
  }
591
591
 
592
592
  function __wbg_adapter_59(arg0, arg1, arg2) {
593
- wasm.closure8275_externref_shim(arg0, arg1, arg2);
593
+ wasm.closure8277_externref_shim(arg0, arg1, arg2);
594
594
  }
595
595
 
596
596
  function __wbg_adapter_62(arg0, arg1, arg2) {
597
- wasm.closure8287_externref_shim(arg0, arg1, arg2);
597
+ wasm.closure8289_externref_shim(arg0, arg1, arg2);
598
598
  }
599
599
 
600
600
  function __wbg_adapter_884(arg0, arg1, arg2, arg3) {
601
- wasm.closure8315_externref_shim(arg0, arg1, arg2, arg3);
601
+ wasm.closure8317_externref_shim(arg0, arg1, arg2, arg3);
602
602
  }
603
603
 
604
604
  const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
@@ -2534,12 +2534,12 @@ function __wbg_get_imports() {
2534
2534
  const ret = false;
2535
2535
  return ret;
2536
2536
  };
2537
- imports.wbg.__wbindgen_closure_wrapper27840 = function(arg0, arg1, arg2) {
2538
- const ret = makeMutClosure(arg0, arg1, 8276, __wbg_adapter_59);
2537
+ imports.wbg.__wbindgen_closure_wrapper27895 = function(arg0, arg1, arg2) {
2538
+ const ret = makeMutClosure(arg0, arg1, 8278, __wbg_adapter_59);
2539
2539
  return ret;
2540
2540
  };
2541
- imports.wbg.__wbindgen_closure_wrapper28216 = function(arg0, arg1, arg2) {
2542
- const ret = makeMutClosure(arg0, arg1, 8288, __wbg_adapter_62);
2541
+ imports.wbg.__wbindgen_closure_wrapper28271 = function(arg0, arg1, arg2) {
2542
+ const ret = makeMutClosure(arg0, arg1, 8290, __wbg_adapter_62);
2543
2543
  return ret;
2544
2544
  };
2545
2545
  imports.wbg.__wbindgen_closure_wrapper8720 = function(arg0, arg1, arg2) {
@@ -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 closure3318_externref_shim: (a: number, b: number, c: any) => void;
73
- export const closure8275_externref_shim: (a: number, b: number, c: any) => void;
74
- export const closure8287_externref_shim: (a: number, b: number, c: any) => void;
75
- export const closure8315_externref_shim: (a: number, b: number, c: any, d: any) => void;
73
+ export const closure8277_externref_shim: (a: number, b: number, c: any) => void;
74
+ export const closure8289_externref_shim: (a: number, b: number, c: any) => void;
75
+ export const closure8317_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.4-dev.0",
3
+ "version": "0.5.4-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",