doc/articles/uno-publishing-webassembly.md
You can view more on the WebAssembly Bootstrapper options.
To build your app for WebAssembly:
net10.0-browserwasm target frameworkwwwroot folderOnce done, you can head over to publishing section.
To build your app from the CLI, on Windows, Linux, or macOS:
Open a terminal, command line, or powershell
Navigate to your csproj folder
Publish the app using:
dotnet publish -f net10.0-browserwasm -c Release -o ./publish
Once the build is done, the output is located in the ./publish/wwwroot folder
Once done, you can head over to publishing section.
Publishing your app can be done to different servers and cloud providers.