Image missing.
A masochist's guide to web development

created: June 6, 2025, 1:48 p.m. | updated: June 7, 2025, 7:13 p.m.

A masochist’s guide to web developmentTable of contentsIntroductionI have recently worked on making a web application out of my latest Rubik’s cube optimal solver. With the command above, the compiler should have generated for you 3 files:index.html - the web page in the screenshot above. To make the examples more interesting, the web page one is not only not logging the messages to console, but it also shows them as text in the web page. Closing thoughtsI have discussed almost everything that I have learned about building a webapp in C / C++ with Emscripten. Emscripten is a great project that tries to abstract away all the web (JavaScript, WASM, web workers, local storage…) so that you can build and run your C / C++ code in a web browser.

1 day, 13 hours ago: Hacker News