@emnudge/wat-lsp 0.9.0 → 0.9.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.
@@ -768,16 +768,16 @@ function __wbg_get_imports() {
768
768
  const ret = getStringFromWasm0(arg0, arg1);
769
769
  return ret;
770
770
  };
771
- imports.wbg.__wbindgen_cast_8ee7554c9c1719b2 = function(arg0, arg1) {
772
- // Cast intrinsic for `Closure(Closure { dtor_idx: 70, function: Function { arguments: [Externref], shim_idx: 71, 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
- return ret;
775
- };
776
771
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
777
772
  // Cast intrinsic for `F64 -> Externref`.
778
773
  const ret = arg0;
779
774
  return ret;
780
775
  };
776
+ imports.wbg.__wbindgen_cast_f0a5e38f680b03c2 = function(arg0, arg1) {
777
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 74, function: Function { arguments: [Externref], shim_idx: 75, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
778
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hfb676a239b80d01c, wasm_bindgen__convert__closures_____invoke__hcc61ab2ad87be02b);
779
+ return ret;
780
+ };
781
781
  imports.wbg.__wbindgen_init_externref_table = function() {
782
782
  const table = wasm.__wbindgen_externrefs;
783
783
  const offset = table.grow(4);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emnudge/wat-lsp",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "WebAssembly Text Format (WAT) Language Server - WASM build for browser and Node.js",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",