Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello guys,
Do you know any good tutorials on how to deploy webassembly app to production?
Thanks
All you need to do is copy files into the webserver filesystem. I just do: scp *.wasm *.js *.html $IP
You will also need to set up the webserver correctly though.