browsix icon indicating copy to clipboard operation
browsix copied to clipboard

FEAT: Add an example for helix

Open godalming123 opened this issue 1 year ago • 0 comments

Hi, I think that helix would be a good showcase for this. Helix is a full-featured text editor written in rust, it uses the linux terminal, but would be very hard to port, as the following needs to be implemented first:

  • A compiler for rust to create WASM, that can be ran in browsix
  • A terminal that supports ANSI character sequences (implemented in #65)

godalming123 avatar Dec 03 '23 17:12 godalming123