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

Enthusiast noob question. What do you use for display / rendering / gui when doing emulators for wasm?


Wasm executes as its own VM, so you'll need some js glue to display something in the browser.

This means you can go both ways, either embed something like imgui in your wasm, or build a ui using html.


Or go full circle and use something like GameFace to render react in your app, in the browser!




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

Search: