-
Notifications
You must be signed in to change notification settings - Fork 33
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
Would be nice to have an online playground #385
Comments
This is also what ratmice/nimbleparse_lsp#6 is about, my original plan there of porting the lsp to a vscode web-extension has turned out to be a fairly difficult though, there is a project using the same underlying lsp library which does run on monaco so that might be a faster way forward. |
I was thinking in something like:
As an exported function from |
If someone wanted to host such a thing, that would be fine, but I won't be able to host myself, I'm afraid. |
This can be hosted on github pages like : |
If someone wanted to make a PR to do so I'm game! |
I could try but I'm not familiar with rust if you could implement:
Then I could try to create/adapt the Javascript/Html needed to host the playground on github pages. |
This is, effectively, what
So maybe that's enough as-is? |
It would be if there was a way to create a virtual filesystem like it's possible with emscripten but I didn't found anything like that for rust. |
Would be nice to have an online playground with
nimbleparse
like:The text was updated successfully, but these errors were encountered: