Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compile errors #105

Merged
merged 3 commits into from
Oct 25, 2022
Merged

fix compile errors #105

merged 3 commits into from
Oct 25, 2022

Conversation

Tim-Paik
Copy link
Contributor

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
Copy link
Member

tamasfe commented Oct 25, 2022

Much appreciated, thanks!

@tamasfe tamasfe merged commit 202ebcf into rhaiscript:master Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants