Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

WASM on the browser runs inside the Javascript engine 'context', so you will always need to deal with some Javascript (for instance to load and start the WASM blob, but also for calling out into web APIs). Emscripten hides most of that from the programmer (depending what web APIs you need to talk to), but there's still plenty of Javascript running under the hood.


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

Search: