runmat 0.4.10-dev.2 → 0.4.10-dev.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 closure4173_externref_shim: (a: number, b: number, c: any) => void;
46
- readonly closure4207_externref_shim: (a: number, b: number, c: any, d: any) => void;
45
+ readonly closure4182_externref_shim: (a: number, b: number, c: any) => void;
46
+ readonly closure4216_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.closure4173_externref_shim(arg0, arg1, arg2);
408
+ wasm.closure4182_externref_shim(arg0, arg1, arg2);
409
409
  }
410
410
 
411
411
  function __wbg_adapter_124(arg0, arg1, arg2, arg3) {
412
- wasm.closure4207_externref_shim(arg0, arg1, arg2, arg3);
412
+ wasm.closure4216_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_wrapper14720 = function(arg0, arg1, arg2) {
697
- const ret = makeMutClosure(arg0, arg1, 4174, __wbg_adapter_32);
696
+ imports.wbg.__wbindgen_closure_wrapper14774 = function(arg0, arg1, arg2) {
697
+ const ret = makeMutClosure(arg0, arg1, 4183, __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 closure4173_externref_shim: (a: number, b: number, c: any) => void;
27
- export const closure4207_externref_shim: (a: number, b: number, c: any, d: any) => void;
26
+ export const closure4182_externref_shim: (a: number, b: number, c: any) => void;
27
+ export const closure4216_externref_shim: (a: number, b: number, c: any, d: any) => void;
28
28
  export const __wbindgen_start: () => void;
@@ -2142,11 +2142,11 @@ function __wbg_get_imports() {
2142
2142
  const ret = false;
2143
2143
  return ret;
2144
2144
  };
2145
- imports.wbg.__wbindgen_closure_wrapper23819 = function(arg0, arg1, arg2) {
2145
+ imports.wbg.__wbindgen_closure_wrapper23832 = function(arg0, arg1, arg2) {
2146
2146
  const ret = makeMutClosure(arg0, arg1, 7675, __wbg_adapter_59);
2147
2147
  return ret;
2148
2148
  };
2149
- imports.wbg.__wbindgen_closure_wrapper24234 = function(arg0, arg1, arg2) {
2149
+ imports.wbg.__wbindgen_closure_wrapper24247 = function(arg0, arg1, arg2) {
2150
2150
  const ret = makeMutClosure(arg0, arg1, 7682, __wbg_adapter_62);
2151
2151
  return ret;
2152
2152
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runmat",
3
- "version": "0.4.10-dev.2",
3
+ "version": "0.4.10-dev.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",