swls-wasm 0.2.3 → 0.2.5
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/package.json +2 -2
- package/swls_wasm_bg.js +12 -12
- package/swls_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/swls_wasm_bg.js
CHANGED
|
@@ -211,12 +211,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
211
211
|
|
|
212
212
|
let WASM_VECTOR_LEN = 0;
|
|
213
213
|
|
|
214
|
-
function
|
|
215
|
-
wasm.
|
|
214
|
+
function wasm_bindgen__convert__closures_____invoke__hdf449a9872fb8032(arg0, arg1, arg2) {
|
|
215
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hdf449a9872fb8032(arg0, arg1, arg2);
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
function
|
|
219
|
-
wasm.
|
|
218
|
+
function wasm_bindgen__convert__closures_____invoke__h99ba0a2e80dc875e(arg0, arg1, arg2, arg3) {
|
|
219
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h99ba0a2e80dc875e(arg0, arg1, arg2, arg3);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
const WasmLspFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -376,7 +376,7 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
376
376
|
}
|
|
377
377
|
};
|
|
378
378
|
|
|
379
|
-
export function
|
|
379
|
+
export function __wbg_fetch_e160364aee4406c8() { return handleError(function (arg0, arg1) {
|
|
380
380
|
const ret = fetch(arg0, arg1);
|
|
381
381
|
return ret;
|
|
382
382
|
}, arguments) };
|
|
@@ -484,7 +484,7 @@ export function __wbg_new_ff12d2b041fb48f1(arg0, arg1) {
|
|
|
484
484
|
const a = state0.a;
|
|
485
485
|
state0.a = 0;
|
|
486
486
|
try {
|
|
487
|
-
return
|
|
487
|
+
return wasm_bindgen__convert__closures_____invoke__h99ba0a2e80dc875e(a, state0.b, arg0, arg1);
|
|
488
488
|
} finally {
|
|
489
489
|
state0.a = a;
|
|
490
490
|
}
|
|
@@ -605,6 +605,12 @@ export function __wbg_value_57b7b035e117f7ee(arg0) {
|
|
|
605
605
|
return ret;
|
|
606
606
|
};
|
|
607
607
|
|
|
608
|
+
export function __wbindgen_cast_1491b4ec96921861(arg0, arg1) {
|
|
609
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3595, function: Function { arguments: [Externref], shim_idx: 3584, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
610
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h78f7bf6209968402, wasm_bindgen__convert__closures_____invoke__hdf449a9872fb8032);
|
|
611
|
+
return ret;
|
|
612
|
+
};
|
|
613
|
+
|
|
608
614
|
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
609
615
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
610
616
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -617,12 +623,6 @@ export function __wbindgen_cast_4625c577ab2ec9ee(arg0) {
|
|
|
617
623
|
return ret;
|
|
618
624
|
};
|
|
619
625
|
|
|
620
|
-
export function __wbindgen_cast_7108c84781dad7fa(arg0, arg1) {
|
|
621
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 2046, function: Function { arguments: [Externref], shim_idx: 2035, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
622
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h75de6245a6a4c3c1, wasm_bindgen__convert__closures_____invoke__he2da107c09943666);
|
|
623
|
-
return ret;
|
|
624
|
-
};
|
|
625
|
-
|
|
626
626
|
export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
627
627
|
// Cast intrinsic for `I64 -> Externref`.
|
|
628
628
|
const ret = arg0;
|
package/swls_wasm_bg.wasm
CHANGED
|
Binary file
|