❔ How do I publish a WebAssembly app to a singlefile executable
How do I publish a web assembly app to a selfhosted single executable file?
Using these settings just tells me this
4 Replies
You don't
WASM app runs in the browser
You don't want it to be a single file
Oh, so say I were to run
dotnet publish
, it builds just fine, but how do I run it from that folder?
Do I need to use something like nginx?For example
Or a static site host
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.