runmat 0.2.26 → 0.3.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.
- package/artifacts/stdlib.snapshot +0 -0
- package/dist/lsp/runmat_lsp.js +1 -1
- package/dist/lsp/runmat_lsp_bg.wasm +0 -0
- package/dist/pkg/runmat_wasm_bg.js +5 -5
- package/dist/pkg/runmat_wasm_bg.wasm +0 -0
- package/dist/pkg/runmat_wasm_bg.wasm.d.ts +2 -2
- package/dist/pkg-web/runmat_wasm_web.d.ts +2 -2
- package/dist/pkg-web/runmat_wasm_web.js +5 -5
- package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +2 -2
- package/dist/runtime/stdlib.snapshot +0 -0
- package/package.json +2 -2
|
Binary file
|
package/dist/lsp/runmat_lsp.js
CHANGED
|
@@ -693,7 +693,7 @@ function __wbg_get_imports() {
|
|
|
693
693
|
const ret = false;
|
|
694
694
|
return ret;
|
|
695
695
|
};
|
|
696
|
-
imports.wbg.
|
|
696
|
+
imports.wbg.__wbindgen_closure_wrapper11512 = function(arg0, arg1, arg2) {
|
|
697
697
|
const ret = makeMutClosure(arg0, arg1, 3205, __wbg_adapter_32);
|
|
698
698
|
return ret;
|
|
699
699
|
};
|
|
Binary file
|
|
@@ -619,11 +619,11 @@ function __wbg_adapter_59(arg0, arg1, arg2) {
|
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
function __wbg_adapter_62(arg0, arg1, arg2) {
|
|
622
|
-
wasm.
|
|
622
|
+
wasm.closure6483_externref_shim(arg0, arg1, arg2);
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
function __wbg_adapter_618(arg0, arg1, arg2, arg3) {
|
|
626
|
-
wasm.
|
|
626
|
+
wasm.closure6527_externref_shim(arg0, arg1, arg2, arg3);
|
|
627
627
|
}
|
|
628
628
|
|
|
629
629
|
const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
|
|
@@ -2366,12 +2366,12 @@ export function __wbindgen_closure_wrapper19373(arg0, arg1, arg2) {
|
|
|
2366
2366
|
return ret;
|
|
2367
2367
|
};
|
|
2368
2368
|
|
|
2369
|
-
export function
|
|
2370
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2369
|
+
export function __wbindgen_closure_wrapper19788(arg0, arg1, arg2) {
|
|
2370
|
+
const ret = makeMutClosure(arg0, arg1, 6484, __wbg_adapter_62);
|
|
2371
2371
|
return ret;
|
|
2372
2372
|
};
|
|
2373
2373
|
|
|
2374
|
-
export function
|
|
2374
|
+
export function __wbindgen_closure_wrapper5771(arg0, arg1, arg2) {
|
|
2375
2375
|
const ret = makeMutClosure(arg0, arg1, 2608, __wbg_adapter_56);
|
|
2376
2376
|
return ret;
|
|
2377
2377
|
};
|
|
Binary file
|
|
@@ -75,6 +75,6 @@ export const __wbindgen_export_6: WebAssembly.Table;
|
|
|
75
75
|
export const __externref_table_dealloc: (a: number) => void;
|
|
76
76
|
export const closure2607_externref_shim: (a: number, b: number, c: any) => void;
|
|
77
77
|
export const closure6476_externref_shim: (a: number, b: number, c: any) => void;
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
78
|
+
export const closure6483_externref_shim: (a: number, b: number, c: any) => void;
|
|
79
|
+
export const closure6527_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
80
80
|
export const __wbindgen_start: () => void;
|
|
@@ -149,8 +149,8 @@ export interface InitOutput {
|
|
|
149
149
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
150
150
|
readonly closure2607_externref_shim: (a: number, b: number, c: any) => void;
|
|
151
151
|
readonly closure6476_externref_shim: (a: number, b: number, c: any) => void;
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
152
|
+
readonly closure6483_externref_shim: (a: number, b: number, c: any) => void;
|
|
153
|
+
readonly closure6527_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
154
154
|
readonly __wbindgen_start: () => void;
|
|
155
155
|
}
|
|
156
156
|
|
|
@@ -611,11 +611,11 @@ function __wbg_adapter_59(arg0, arg1, arg2) {
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
function __wbg_adapter_62(arg0, arg1, arg2) {
|
|
614
|
-
wasm.
|
|
614
|
+
wasm.closure6483_externref_shim(arg0, arg1, arg2);
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
function __wbg_adapter_618(arg0, arg1, arg2, arg3) {
|
|
618
|
-
wasm.
|
|
618
|
+
wasm.closure6527_externref_shim(arg0, arg1, arg2, arg3);
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
|
|
@@ -2116,11 +2116,11 @@ function __wbg_get_imports() {
|
|
|
2116
2116
|
const ret = makeMutClosure(arg0, arg1, 6477, __wbg_adapter_59);
|
|
2117
2117
|
return ret;
|
|
2118
2118
|
};
|
|
2119
|
-
imports.wbg.
|
|
2120
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2119
|
+
imports.wbg.__wbindgen_closure_wrapper19788 = function(arg0, arg1, arg2) {
|
|
2120
|
+
const ret = makeMutClosure(arg0, arg1, 6484, __wbg_adapter_62);
|
|
2121
2121
|
return ret;
|
|
2122
2122
|
};
|
|
2123
|
-
imports.wbg.
|
|
2123
|
+
imports.wbg.__wbindgen_closure_wrapper5771 = function(arg0, arg1, arg2) {
|
|
2124
2124
|
const ret = makeMutClosure(arg0, arg1, 2608, __wbg_adapter_56);
|
|
2125
2125
|
return ret;
|
|
2126
2126
|
};
|
|
Binary file
|
|
@@ -75,6 +75,6 @@ export const __wbindgen_export_6: WebAssembly.Table;
|
|
|
75
75
|
export const __externref_table_dealloc: (a: number) => void;
|
|
76
76
|
export const closure2607_externref_shim: (a: number, b: number, c: any) => void;
|
|
77
77
|
export const closure6476_externref_shim: (a: number, b: number, c: any) => void;
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
78
|
+
export const closure6483_externref_shim: (a: number, b: number, c: any) => void;
|
|
79
|
+
export const closure6527_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
|
+
"version": "0.3.1",
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"build:wasm:web": "wasm-pack build ../../crates/runmat-wasm --target web --out-dir ../../bindings/ts/pkg-web --out-name runmat_wasm_web --release",
|
|
39
39
|
"build:lsp": "wasm-pack build ../../crates/runmat-lsp --target web --out-dir ../../bindings/ts/lsp-web --out-name runmat_lsp --release -- --no-default-features --features wasm",
|
|
40
40
|
"build:types": "tsc -p tsconfig.json",
|
|
41
|
-
"build:snapshot": "mkdir -p artifacts && cargo run -p runmat -- snapshot create -o artifacts/stdlib.snapshot",
|
|
41
|
+
"build:snapshot": "mkdir -p artifacts && cargo run -p runmat-snapshot --bin runmat-snapshot-tool -- create -o artifacts/stdlib.snapshot",
|
|
42
42
|
"build": "npm run clean && npm run build:registry && npm run build:wasm && npm run build:wasm:web && npm run build:lsp && npm run build:types && npm run build:snapshot && npm run sync:wasm",
|
|
43
43
|
"ci": "npm run build && npm run lint && npm test && cargo check -p runmat-wasm --target wasm32-unknown-unknown",
|
|
44
44
|
"lint": "tsc --noEmit",
|