runmat 0.4.7-dev.2 → 0.4.7

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
@@ -148,10 +148,10 @@ export interface InitOutput {
148
148
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
149
149
  readonly __wbindgen_export_6: WebAssembly.Table;
150
150
  readonly __externref_table_dealloc: (a: number) => void;
151
- readonly closure2699_externref_shim: (a: number, b: number, c: any) => void;
152
- readonly closure7569_externref_shim: (a: number, b: number, c: any) => void;
153
- readonly closure7576_externref_shim: (a: number, b: number, c: any) => void;
154
- readonly closure7607_externref_shim: (a: number, b: number, c: any, d: any) => void;
151
+ readonly closure2695_externref_shim: (a: number, b: number, c: any) => void;
152
+ readonly closure7565_externref_shim: (a: number, b: number, c: any) => void;
153
+ readonly closure7572_externref_shim: (a: number, b: number, c: any) => void;
154
+ readonly closure7603_externref_shim: (a: number, b: number, c: any, d: any) => void;
155
155
  readonly __wbindgen_start: () => void;
156
156
  }
157
157
 
@@ -633,19 +633,19 @@ export function initRunMat(options) {
633
633
  }
634
634
 
635
635
  function __wbg_adapter_56(arg0, arg1, arg2) {
636
- wasm.closure2699_externref_shim(arg0, arg1, arg2);
636
+ wasm.closure2695_externref_shim(arg0, arg1, arg2);
637
637
  }
638
638
 
639
639
  function __wbg_adapter_59(arg0, arg1, arg2) {
640
- wasm.closure7569_externref_shim(arg0, arg1, arg2);
640
+ wasm.closure7565_externref_shim(arg0, arg1, arg2);
641
641
  }
642
642
 
643
643
  function __wbg_adapter_62(arg0, arg1, arg2) {
644
- wasm.closure7576_externref_shim(arg0, arg1, arg2);
644
+ wasm.closure7572_externref_shim(arg0, arg1, arg2);
645
645
  }
646
646
 
647
647
  function __wbg_adapter_622(arg0, arg1, arg2, arg3) {
648
- wasm.closure7607_externref_shim(arg0, arg1, arg2, arg3);
648
+ wasm.closure7603_externref_shim(arg0, arg1, arg2, arg3);
649
649
  }
650
650
 
651
651
  const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
@@ -2141,16 +2141,16 @@ function __wbg_get_imports() {
2141
2141
  const ret = false;
2142
2142
  return ret;
2143
2143
  };
2144
- imports.wbg.__wbindgen_closure_wrapper23445 = function(arg0, arg1, arg2) {
2145
- const ret = makeMutClosure(arg0, arg1, 7570, __wbg_adapter_59);
2144
+ imports.wbg.__wbindgen_closure_wrapper23438 = function(arg0, arg1, arg2) {
2145
+ const ret = makeMutClosure(arg0, arg1, 7566, __wbg_adapter_59);
2146
2146
  return ret;
2147
2147
  };
2148
- imports.wbg.__wbindgen_closure_wrapper23860 = function(arg0, arg1, arg2) {
2149
- const ret = makeMutClosure(arg0, arg1, 7577, __wbg_adapter_62);
2148
+ imports.wbg.__wbindgen_closure_wrapper23853 = function(arg0, arg1, arg2) {
2149
+ const ret = makeMutClosure(arg0, arg1, 7573, __wbg_adapter_62);
2150
2150
  return ret;
2151
2151
  };
2152
- imports.wbg.__wbindgen_closure_wrapper6664 = function(arg0, arg1, arg2) {
2153
- const ret = makeMutClosure(arg0, arg1, 2700, __wbg_adapter_56);
2152
+ imports.wbg.__wbindgen_closure_wrapper6659 = function(arg0, arg1, arg2) {
2153
+ const ret = makeMutClosure(arg0, arg1, 2696, __wbg_adapter_56);
2154
2154
  return ret;
2155
2155
  };
2156
2156
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
@@ -75,8 +75,8 @@ export const __wbindgen_export_4: WebAssembly.Table;
75
75
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
76
76
  export const __wbindgen_export_6: WebAssembly.Table;
77
77
  export const __externref_table_dealloc: (a: number) => void;
78
- export const closure2699_externref_shim: (a: number, b: number, c: any) => void;
79
- export const closure7569_externref_shim: (a: number, b: number, c: any) => void;
80
- export const closure7576_externref_shim: (a: number, b: number, c: any) => void;
81
- export const closure7607_externref_shim: (a: number, b: number, c: any, d: any) => void;
78
+ export const closure2695_externref_shim: (a: number, b: number, c: any) => void;
79
+ export const closure7565_externref_shim: (a: number, b: number, c: any) => void;
80
+ export const closure7572_externref_shim: (a: number, b: number, c: any) => void;
81
+ export const closure7603_externref_shim: (a: number, b: number, c: any, d: any) => void;
82
82
  export const __wbindgen_start: () => void;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runmat",
3
- "version": "0.4.7-dev.2",
3
+ "version": "0.4.7",
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",