|
|
|
|
|
by throwaway2016a
2902 days ago
|
|
It's a little buggy, but being both a vim and web fan I like the idea. With that said, does anyone have insight in how porting something like this works? Are there terminal emulator libraries already for WASM or did they need to make their own? Vim is an interesting case because unlike terminal programs that run in sequence, vim needs to redraw any part of the screen at any time. It strikes me as being more complicated. I noticed there are some terminal libraries in there but they have modifications and I don't know enough to know if those are standard or the author needed to invent something. |
|
If you find any more info, it’d be awesome if you commented again.