Helix on wasm, full in browser demo #8588
Replies: 3 comments 4 replies
-
This is really impressive! I thought we'd have to replace the whole frontend but it's nice we can just rely on xterm.js. Would you mind opening a draft PR so we can discuss specific parts of the code? e.g. the nucleo threadpool issue: @pascalkuthe could probably add a wasm workaround there |
Beta Was this translation helpful? Give feedback.
-
I think it would look better if |
Beta Was this translation helpful? Give feedback.
-
The demo has been improved in some notable ways:
And I'll probably add support for Rust and toml syntax highlighting in the next days. edit: fixed the most obvious bugs of the read/write web storage impl, embedded the tutorial and made it the default buffer |
Beta Was this translation helpful? Give feedback.
-
Hi there,
Some recent topics made me want to have Helix in the browser, so I made it 😀
Here's the demo: https://makemeunsee.github.io/helix/demo/
Many things don't work (and can't really), panics are likely around many corners, but overall it's Helix in a browser.
See the crate for more technical details.
Would love some feedback or tips, on how to eventually integrate this into the baseline, how to re-enable some features, or anything 😅
Beta Was this translation helpful? Give feedback.
All reactions