@emnudge/wat-lsp 0.7.0 → 0.8.0
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.
|
@@ -117,9 +117,9 @@ export interface InitOutput {
|
|
|
117
117
|
readonly watlsp_provideSignatureHelp: (a: number, b: number, c: number) => any;
|
|
118
118
|
readonly watlsp_ready: (a: number) => number;
|
|
119
119
|
readonly watlsp_rename: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
120
|
+
readonly wasm_bindgen__convert__closures_____invoke__hcc61ab2ad87be02b: (a: number, b: number, c: any) => void;
|
|
121
|
+
readonly wasm_bindgen__closure__destroy__hfb676a239b80d01c: (a: number, b: number) => void;
|
|
122
|
+
readonly wasm_bindgen__convert__closures_____invoke__h36f0f59b12e5d6d4: (a: number, b: number, c: any, d: any) => void;
|
|
123
123
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
124
124
|
readonly __externref_table_alloc: () => number;
|
|
125
125
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
@@ -233,12 +233,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
233
233
|
|
|
234
234
|
let WASM_VECTOR_LEN = 0;
|
|
235
235
|
|
|
236
|
-
function
|
|
237
|
-
wasm.
|
|
236
|
+
function wasm_bindgen__convert__closures_____invoke__hcc61ab2ad87be02b(arg0, arg1, arg2) {
|
|
237
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hcc61ab2ad87be02b(arg0, arg1, arg2);
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
function
|
|
241
|
-
wasm.
|
|
240
|
+
function wasm_bindgen__convert__closures_____invoke__h36f0f59b12e5d6d4(arg0, arg1, arg2, arg3) {
|
|
241
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h36f0f59b12e5d6d4(arg0, arg1, arg2, arg3);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
const WatLSPFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -645,7 +645,7 @@ function __wbg_get_imports() {
|
|
|
645
645
|
const a = state0.a;
|
|
646
646
|
state0.a = 0;
|
|
647
647
|
try {
|
|
648
|
-
return
|
|
648
|
+
return wasm_bindgen__convert__closures_____invoke__h36f0f59b12e5d6d4(a, state0.b, arg0, arg1);
|
|
649
649
|
} finally {
|
|
650
650
|
state0.a = a;
|
|
651
651
|
}
|
|
@@ -768,9 +768,9 @@ function __wbg_get_imports() {
|
|
|
768
768
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
769
769
|
return ret;
|
|
770
770
|
};
|
|
771
|
-
imports.wbg.
|
|
772
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
773
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
771
|
+
imports.wbg.__wbindgen_cast_644fd6eb3bcf11b4 = function(arg0, arg1) {
|
|
772
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 68, function: Function { arguments: [Externref], shim_idx: 69, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
773
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hfb676a239b80d01c, wasm_bindgen__convert__closures_____invoke__hcc61ab2ad87be02b);
|
|
774
774
|
return ret;
|
|
775
775
|
};
|
|
776
776
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
Binary file
|