Replies: 1 comment 3 replies
-
I haven't looked into lynx yet. However, probably the easiest way now would be to start with the rogue package here https://github.com/sagemathinc/cowasm/tree/main/packages/rogue which also uses ncurses. First ensure you can build it on your computer by typing "make". Then copy packages/rogue to a new directory packages/lynx, make changes, and go from there. I assume you're talking about the lynx web browser, in which case presumably networking will be the really interesting challenge. Where are you trying to run lynx? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This seems like a really compelling idea. Recently, I've been trying to compile
lynx
to wasm, but have been running into issues with the ncurses library (which, it doesn't seem, emscripten has support for). After some searching, I found cowasm, which seems to have ncurses packages.How would I go about compiling
lynx
to wasm using cowasm's ncurses?Beta Was this translation helpful? Give feedback.
All reactions