Hacker News new | ask | show | jobs
by zxvkhkxvdvbdxz 463 days ago
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.

1 comments

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