Hacker News new | past | comments | ask | show | jobs | submit login

> Even better, port the JVM and the applet infrastructure for maximum "remember the last time we did this exact thing" retro-lulz.

You cant port the entire applet infrastructure since WASM is limited to the same API as Javascript. If WASM doesn't support multithreading, languages targetting WASM wont.




But it does support multithreading.

Things missing are usually specific external protocols. e.g. being able to make a TCP socket; (or higher level things like ignoring CORS).


You can always support multi-threading by not doing multi-threading.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: