What task do i need to run to get a full web app f...
# compose-web
f
What task do i need to run to get a full web app from compose-web? With html, js and wasm files? I tried
wasmJsBrowserProductionWebpack
but it puts the HTML and wasm files in different folders, am I supposed to copy them over manually?
o
there is another task -
wasmJsBrowserDistribution
f
Aha! I knew I missed something. Thanks!