Is there or could there be a way to improve a bit ...
# webassembly
s
Is there or could there be a way to improve a bit the DevXP by providing ways to create distribution in one directory with the resources like
@orangy ndex.html
, the
.wasm
file (and the
.wat
one when it will be restored) and the
.js
file and optionnaly run a web server without having to run a browser (broken on my Linux installation due to some assumption on the executable name + not super practical since a flag is usually needed)? Currently I do that with a script not sure if there is a better way. Also how are we supposed to deploy website without that?