Is it ready to use in browser? #466
bajrangCoder
started this conversation in
General
Replies: 1 comment
-
@bajrangCoder: In case you didn't see it: #25 Basically, Wasm doesn't seem to be usable yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been researching a suitable terminal frontend that works well on browsers, especially on touch devices. Currently, I'm using xterm.js, but it seems to be primarily mouse-centric, causing some features like selection to malfunction (and implementing them myself is challenging). However, I stumbled upon a promising project recently. After reviewing some pull requests, I'm confident that it supports touch events and boasts impressive performance. I've noticed that it also involves WebAssembly (WASM), indicating its compatibility with web browsers. Unfortunately, there are no available docs for this aspect.
Is it truly ready for use on browsers? If so, how can I integrate it? I only require the frontend components, as I already have a backend written in Node.js, although I'm in the process of rewriting it in Rust.
I'm keen to incorporate this into my project: acodex
Beta Was this translation helpful? Give feedback.
All reactions