runmat 0.3.0 → 0.3.2
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.d.ts +2 -2
- package/dist/lsp/runmat_lsp.js +4 -4
- package/dist/lsp/runmat_lsp_bg.wasm +0 -0
- package/dist/lsp/runmat_lsp_bg.wasm.d.ts +2 -2
- package/dist/pkg/runmat_wasm_bg.js +2 -2
- package/dist/pkg/runmat_wasm_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web.js +2 -2
- package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
- package/dist/runtime/stdlib.snapshot +0 -0
- package/package.json +1 -1
|
Binary file
|
package/dist/lsp/runmat_lsp.d.ts
CHANGED
|
@@ -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
|
|
46
|
-
readonly
|
|
45
|
+
readonly closure3204_externref_shim: (a: number, b: number, c: any) => void;
|
|
46
|
+
readonly closure3226_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
47
47
|
readonly __wbindgen_start: () => void;
|
|
48
48
|
}
|
|
49
49
|
|
package/dist/lsp/runmat_lsp.js
CHANGED
|
@@ -405,11 +405,11 @@ export function setCompatMode(mode) {
|
|
|
405
405
|
}
|
|
406
406
|
|
|
407
407
|
function __wbg_adapter_32(arg0, arg1, arg2) {
|
|
408
|
-
wasm.
|
|
408
|
+
wasm.closure3204_externref_shim(arg0, arg1, arg2);
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
function __wbg_adapter_124(arg0, arg1, arg2, arg3) {
|
|
412
|
-
wasm.
|
|
412
|
+
wasm.closure3226_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.
|
|
697
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
696
|
+
imports.wbg.__wbindgen_closure_wrapper11508 = function(arg0, arg1, arg2) {
|
|
697
|
+
const ret = makeMutClosure(arg0, arg1, 3205, __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
|
|
27
|
-
export const
|
|
26
|
+
export const closure3204_externref_shim: (a: number, b: number, c: any) => void;
|
|
27
|
+
export const closure3226_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
28
28
|
export const __wbindgen_start: () => void;
|
|
@@ -2361,12 +2361,12 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
2361
2361
|
return ret;
|
|
2362
2362
|
};
|
|
2363
2363
|
|
|
2364
|
-
export function
|
|
2364
|
+
export function __wbindgen_closure_wrapper19380(arg0, arg1, arg2) {
|
|
2365
2365
|
const ret = makeMutClosure(arg0, arg1, 6481, __wbg_adapter_59);
|
|
2366
2366
|
return ret;
|
|
2367
2367
|
};
|
|
2368
2368
|
|
|
2369
|
-
export function
|
|
2369
|
+
export function __wbindgen_closure_wrapper19795(arg0, arg1, arg2) {
|
|
2370
2370
|
const ret = makeMutClosure(arg0, arg1, 6488, __wbg_adapter_62);
|
|
2371
2371
|
return ret;
|
|
2372
2372
|
};
|
|
Binary file
|
|
@@ -2112,11 +2112,11 @@ function __wbg_get_imports() {
|
|
|
2112
2112
|
const ret = false;
|
|
2113
2113
|
return ret;
|
|
2114
2114
|
};
|
|
2115
|
-
imports.wbg.
|
|
2115
|
+
imports.wbg.__wbindgen_closure_wrapper19380 = function(arg0, arg1, arg2) {
|
|
2116
2116
|
const ret = makeMutClosure(arg0, arg1, 6481, __wbg_adapter_59);
|
|
2117
2117
|
return ret;
|
|
2118
2118
|
};
|
|
2119
|
-
imports.wbg.
|
|
2119
|
+
imports.wbg.__wbindgen_closure_wrapper19795 = function(arg0, arg1, arg2) {
|
|
2120
2120
|
const ret = makeMutClosure(arg0, arg1, 6488, __wbg_adapter_62);
|
|
2121
2121
|
return ret;
|
|
2122
2122
|
};
|
|
Binary file
|
|
Binary file
|