runmat 0.4.10-dev.7 → 0.4.10-dev.9
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/generated/builtin-examples-catalog.d.ts.map +1 -1
- package/dist/generated/builtin-examples-catalog.js +1 -1
- package/dist/generated/builtin-examples-catalog.js.map +1 -1
- package/dist/generated/builtins/scatterplot.d.ts +4 -0
- package/dist/generated/builtins/scatterplot.d.ts.map +1 -0
- package/dist/generated/builtins/scatterplot.js +115 -0
- package/dist/generated/builtins/scatterplot.js.map +1 -0
- package/dist/generated/builtins/ss.d.ts +4 -0
- package/dist/generated/builtins/ss.d.ts.map +1 -0
- package/dist/generated/builtins/ss.js +131 -0
- package/dist/generated/builtins/ss.js.map +1 -0
- package/dist/generated/builtins-manifest.d.ts.map +1 -1
- package/dist/generated/builtins-manifest.js +43 -0
- package/dist/generated/builtins-manifest.js.map +1 -1
- package/dist/lsp/runmat_lsp.d.ts +3 -3
- package/dist/lsp/runmat_lsp.js +7 -7
- package/dist/lsp/runmat_lsp_bg.wasm +0 -0
- package/dist/lsp/runmat_lsp_bg.wasm.d.ts +3 -3
- package/dist/pkg-web/runmat_wasm_web.d.ts +3 -3
- package/dist/pkg-web/runmat_wasm_web.js +7 -7
- package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +3 -3
- package/dist/runtime/stdlib.snapshot +0 -0
- package/package.json +1 -1
package/dist/lsp/runmat_lsp.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ 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
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
45
|
+
readonly closure4862_externref_shim: (a: number, b: number, c: any) => void;
|
|
46
|
+
readonly closure4868_externref_shim: (a: number, b: number, c: any) => void;
|
|
47
|
+
readonly closure4911_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
48
48
|
readonly __wbindgen_start: () => void;
|
|
49
49
|
}
|
|
50
50
|
|
package/dist/lsp/runmat_lsp.js
CHANGED
|
@@ -414,15 +414,15 @@ export function setCompatMode(mode) {
|
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
function __wbg_adapter_36(arg0, arg1, arg2) {
|
|
417
|
-
wasm.
|
|
417
|
+
wasm.closure4862_externref_shim(arg0, arg1, arg2);
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
function __wbg_adapter_39(arg0, arg1, arg2) {
|
|
421
|
-
wasm.
|
|
421
|
+
wasm.closure4868_externref_shim(arg0, arg1, arg2);
|
|
422
422
|
}
|
|
423
423
|
|
|
424
424
|
function __wbg_adapter_421(arg0, arg1, arg2, arg3) {
|
|
425
|
-
wasm.
|
|
425
|
+
wasm.closure4911_externref_shim(arg0, arg1, arg2, arg3);
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
|
|
@@ -1296,12 +1296,12 @@ function __wbg_get_imports() {
|
|
|
1296
1296
|
const ret = false;
|
|
1297
1297
|
return ret;
|
|
1298
1298
|
};
|
|
1299
|
-
imports.wbg.
|
|
1300
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1299
|
+
imports.wbg.__wbindgen_closure_wrapper17068 = function(arg0, arg1, arg2) {
|
|
1300
|
+
const ret = makeMutClosure(arg0, arg1, 4863, __wbg_adapter_36);
|
|
1301
1301
|
return ret;
|
|
1302
1302
|
};
|
|
1303
|
-
imports.wbg.
|
|
1304
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1303
|
+
imports.wbg.__wbindgen_closure_wrapper17541 = function(arg0, arg1, arg2) {
|
|
1304
|
+
const ret = makeMutClosure(arg0, arg1, 4869, __wbg_adapter_39);
|
|
1305
1305
|
return ret;
|
|
1306
1306
|
};
|
|
1307
1307
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
Binary file
|
|
@@ -23,7 +23,7 @@ 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
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
26
|
+
export const closure4862_externref_shim: (a: number, b: number, c: any) => void;
|
|
27
|
+
export const closure4868_externref_shim: (a: number, b: number, c: any) => void;
|
|
28
|
+
export const closure4911_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
29
29
|
export const __wbindgen_start: () => void;
|
|
@@ -135,9 +135,9 @@ export interface InitOutput {
|
|
|
135
135
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
136
136
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
137
137
|
readonly closure2960_externref_shim: (a: number, b: number, c: any) => void;
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
138
|
+
readonly closure7767_externref_shim: (a: number, b: number, c: any) => void;
|
|
139
|
+
readonly closure7773_externref_shim: (a: number, b: number, c: any) => void;
|
|
140
|
+
readonly closure7804_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
141
141
|
readonly __wbindgen_start: () => void;
|
|
142
142
|
}
|
|
143
143
|
|
|
@@ -586,15 +586,15 @@ function __wbg_adapter_56(arg0, arg1, arg2) {
|
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
function __wbg_adapter_59(arg0, arg1, arg2) {
|
|
589
|
-
wasm.
|
|
589
|
+
wasm.closure7767_externref_shim(arg0, arg1, arg2);
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
function __wbg_adapter_62(arg0, arg1, arg2) {
|
|
593
|
-
wasm.
|
|
593
|
+
wasm.closure7773_externref_shim(arg0, arg1, arg2);
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
function __wbg_adapter_615(arg0, arg1, arg2, arg3) {
|
|
597
|
-
wasm.
|
|
597
|
+
wasm.closure7804_externref_shim(arg0, arg1, arg2, arg3);
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
|
|
@@ -2089,12 +2089,12 @@ function __wbg_get_imports() {
|
|
|
2089
2089
|
const ret = false;
|
|
2090
2090
|
return ret;
|
|
2091
2091
|
};
|
|
2092
|
-
imports.wbg.
|
|
2093
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2092
|
+
imports.wbg.__wbindgen_closure_wrapper24772 = function(arg0, arg1, arg2) {
|
|
2093
|
+
const ret = makeMutClosure(arg0, arg1, 7768, __wbg_adapter_59);
|
|
2094
2094
|
return ret;
|
|
2095
2095
|
};
|
|
2096
|
-
imports.wbg.
|
|
2097
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2096
|
+
imports.wbg.__wbindgen_closure_wrapper25187 = function(arg0, arg1, arg2) {
|
|
2097
|
+
const ret = makeMutClosure(arg0, arg1, 7774, __wbg_adapter_62);
|
|
2098
2098
|
return ret;
|
|
2099
2099
|
};
|
|
2100
2100
|
imports.wbg.__wbindgen_closure_wrapper7374 = function(arg0, arg1, arg2) {
|
|
Binary file
|
|
@@ -69,7 +69,7 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
69
69
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
70
70
|
export const __externref_table_dealloc: (a: number) => void;
|
|
71
71
|
export const closure2960_externref_shim: (a: number, b: number, c: any) => void;
|
|
72
|
-
export const
|
|
73
|
-
export const
|
|
74
|
-
export const
|
|
72
|
+
export const closure7767_externref_shim: (a: number, b: number, c: any) => void;
|
|
73
|
+
export const closure7773_externref_shim: (a: number, b: number, c: any) => void;
|
|
74
|
+
export const closure7804_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
75
75
|
export const __wbindgen_start: () => void;
|
|
Binary file
|