Ask HN: How to take a CLI app and put it on the web (client-side)

https://news.ycombinator.com/item?id=23189263
by smabie • 6 years ago
7 1 6 years ago

So let's say I have a statically linked x86_64 linux binary. It provides a REPL and that's it. What would be the easiest way to compile it to asm.js, emscripten, webassembly or whatever and deploy it. I basically want a process that takes the binary and spits out an html page that I can open that runs the app. I'm not a web dev and have no interest in being one. What's the absolute easiest way to make this happen?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com