DEV Community

Discussion on: WebAssembly is easy — a hello world example

Collapse
 
dorin profile image
Dorin

Good question! This will work both back-end with an Express server and front-end in a browser.
The way inline-webassembly works is that it generates and executes the binary on the fly, so this will not be a separate step.
Let me know if you have questions on how to do that.