runmat 0.4.10-dev.12 → 0.4.10-dev.13
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 +2 -2
- package/dist/lsp/runmat_lsp_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web.d.ts +4 -4
- package/dist/pkg-web/runmat_wasm_web.js +14 -14
- package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +4 -4
- package/dist/runtime/stdlib.snapshot +0 -0
- package/package.json +1 -1
|
Binary file
|
package/dist/lsp/runmat_lsp.js
CHANGED
|
@@ -1296,11 +1296,11 @@ function __wbg_get_imports() {
|
|
|
1296
1296
|
const ret = false;
|
|
1297
1297
|
return ret;
|
|
1298
1298
|
};
|
|
1299
|
-
imports.wbg.
|
|
1299
|
+
imports.wbg.__wbindgen_closure_wrapper17299 = function(arg0, arg1, arg2) {
|
|
1300
1300
|
const ret = makeMutClosure(arg0, arg1, 4911, __wbg_adapter_36);
|
|
1301
1301
|
return ret;
|
|
1302
1302
|
};
|
|
1303
|
-
imports.wbg.
|
|
1303
|
+
imports.wbg.__wbindgen_closure_wrapper17772 = function(arg0, arg1, arg2) {
|
|
1304
1304
|
const ret = makeMutClosure(arg0, arg1, 4917, __wbg_adapter_39);
|
|
1305
1305
|
return ret;
|
|
1306
1306
|
};
|
|
Binary file
|
|
@@ -102,7 +102,6 @@ export interface InitOutput {
|
|
|
102
102
|
readonly currentFigureHandle: () => number;
|
|
103
103
|
readonly selectFigure: (a: number) => void;
|
|
104
104
|
readonly destroyPlotSurface: (a: number) => void;
|
|
105
|
-
readonly initRunMat: (a: any) => any;
|
|
106
105
|
readonly __wbg_runmatwasm_free: (a: number, b: number) => void;
|
|
107
106
|
readonly runmatwasm_executeRequest: (a: number, b: any) => any;
|
|
108
107
|
readonly runmatwasm_resetSession: (a: number) => [number, number];
|
|
@@ -128,6 +127,7 @@ export interface InitOutput {
|
|
|
128
127
|
readonly runmatwasm_memoryUsage: (a: number) => [number, number, number];
|
|
129
128
|
readonly runmatwasm_setFsProvider: (a: number, b: any) => [number, number];
|
|
130
129
|
readonly runmatwasm_dispose: (a: number) => void;
|
|
130
|
+
readonly initRunMat: (a: any) => any;
|
|
131
131
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
132
132
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
133
133
|
readonly __wbindgen_exn_store: (a: number) => 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 closure3176_externref_shim: (a: number, b: number, c: any) => void;
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
140
|
+
readonly closure8019_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
|
+
readonly closure8025_externref_shim: (a: number, b: number, c: any) => void;
|
|
142
|
+
readonly closure8056_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
143
143
|
readonly __wbindgen_start: () => void;
|
|
144
144
|
}
|
|
145
145
|
|
|
@@ -570,6 +570,12 @@ export function onFigureEvent(callback) {
|
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
+
function passArray8ToWasm0(arg, malloc) {
|
|
574
|
+
const ptr = malloc(arg.length * 1, 1) >>> 0;
|
|
575
|
+
getUint8ArrayMemory0().set(arg, ptr / 1);
|
|
576
|
+
WASM_VECTOR_LEN = arg.length;
|
|
577
|
+
return ptr;
|
|
578
|
+
}
|
|
573
579
|
/**
|
|
574
580
|
* @param {any} options
|
|
575
581
|
* @returns {Promise<RunMatWasm>}
|
|
@@ -579,26 +585,20 @@ export function initRunMat(options) {
|
|
|
579
585
|
return ret;
|
|
580
586
|
}
|
|
581
587
|
|
|
582
|
-
function passArray8ToWasm0(arg, malloc) {
|
|
583
|
-
const ptr = malloc(arg.length * 1, 1) >>> 0;
|
|
584
|
-
getUint8ArrayMemory0().set(arg, ptr / 1);
|
|
585
|
-
WASM_VECTOR_LEN = arg.length;
|
|
586
|
-
return ptr;
|
|
587
|
-
}
|
|
588
588
|
function __wbg_adapter_56(arg0, arg1, arg2) {
|
|
589
589
|
wasm.closure3176_externref_shim(arg0, arg1, arg2);
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
function __wbg_adapter_59(arg0, arg1, arg2) {
|
|
593
|
-
wasm.
|
|
593
|
+
wasm.closure8019_externref_shim(arg0, arg1, arg2);
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
function __wbg_adapter_62(arg0, arg1, arg2) {
|
|
597
|
-
wasm.
|
|
597
|
+
wasm.closure8025_externref_shim(arg0, arg1, arg2);
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
function __wbg_adapter_616(arg0, arg1, arg2, arg3) {
|
|
601
|
-
wasm.
|
|
601
|
+
wasm.closure8056_externref_shim(arg0, arg1, arg2, arg3);
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
|
|
@@ -2093,15 +2093,15 @@ function __wbg_get_imports() {
|
|
|
2093
2093
|
const ret = false;
|
|
2094
2094
|
return ret;
|
|
2095
2095
|
};
|
|
2096
|
-
imports.wbg.
|
|
2097
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2096
|
+
imports.wbg.__wbindgen_closure_wrapper25877 = function(arg0, arg1, arg2) {
|
|
2097
|
+
const ret = makeMutClosure(arg0, arg1, 8020, __wbg_adapter_59);
|
|
2098
2098
|
return ret;
|
|
2099
2099
|
};
|
|
2100
|
-
imports.wbg.
|
|
2101
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2100
|
+
imports.wbg.__wbindgen_closure_wrapper26292 = function(arg0, arg1, arg2) {
|
|
2101
|
+
const ret = makeMutClosure(arg0, arg1, 8026, __wbg_adapter_62);
|
|
2102
2102
|
return ret;
|
|
2103
2103
|
};
|
|
2104
|
-
imports.wbg.
|
|
2104
|
+
imports.wbg.__wbindgen_closure_wrapper8288 = function(arg0, arg1, arg2) {
|
|
2105
2105
|
const ret = makeMutClosure(arg0, arg1, 3177, __wbg_adapter_56);
|
|
2106
2106
|
return ret;
|
|
2107
2107
|
};
|
|
Binary file
|
|
@@ -35,7 +35,6 @@ export const newFigureHandle: () => number;
|
|
|
35
35
|
export const currentFigureHandle: () => number;
|
|
36
36
|
export const selectFigure: (a: number) => void;
|
|
37
37
|
export const destroyPlotSurface: (a: number) => void;
|
|
38
|
-
export const initRunMat: (a: any) => any;
|
|
39
38
|
export const __wbg_runmatwasm_free: (a: number, b: number) => void;
|
|
40
39
|
export const runmatwasm_executeRequest: (a: number, b: any) => any;
|
|
41
40
|
export const runmatwasm_resetSession: (a: number) => [number, number];
|
|
@@ -61,6 +60,7 @@ export const runmatwasm_telemetryClientId: (a: number) => [number, number];
|
|
|
61
60
|
export const runmatwasm_memoryUsage: (a: number) => [number, number, number];
|
|
62
61
|
export const runmatwasm_setFsProvider: (a: number, b: any) => [number, number];
|
|
63
62
|
export const runmatwasm_dispose: (a: number) => void;
|
|
63
|
+
export const initRunMat: (a: any) => any;
|
|
64
64
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
65
65
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
66
66
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
@@ -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 closure3176_externref_shim: (a: number, b: number, c: any) => void;
|
|
73
|
-
export const
|
|
74
|
-
export const
|
|
75
|
-
export const
|
|
73
|
+
export const closure8019_externref_shim: (a: number, b: number, c: any) => void;
|
|
74
|
+
export const closure8025_externref_shim: (a: number, b: number, c: any) => void;
|
|
75
|
+
export const closure8056_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
76
76
|
export const __wbindgen_start: () => void;
|
|
Binary file
|