rhaiscript / lsp

Language server for Rhai.
Apache License 2.0
43 stars 4 forks source link

fix compile errors #105

Closed Tim-Paik closed 1 year ago

Tim-Paik commented 1 year ago

Fixed several bugs preventing rhai-wasm from compiling:

  1. Removed the redundant feature of lsp-async-stub
  2. Fixed AsyncWriteExt import
  3. Implemented the write_file function required by the Environment for WasmEnvironment with reference to read_file (Not tested, I'm not sure if it works correctly)
tamasfe commented 1 year ago

Much appreciated, thanks!