Hacker News new | ask | show | jobs
by MR4D 1402 days ago
Holy cow - that’s faster than most modern websites load!

And playable on an iPhone as well !

Thanks for sharing.

1 comments

Thanks.

The website is fast because most of the code is written in plain C and compiled to WebAssembly. No libs or frameworks are involved, not even libc. The memory allocation code is three lines in total. The emulator runs also outside of the browser with libSDL.