(SOLVED) dotnet publish complains about missing Emscripten
Running
dotnet publish -r browser-wasm
for my WASM app causes a build error saying that Emscripten doesn't exist on my machine, however the wasm-tools
workload is installed using both dotnet workload
and Visual Studio Installer.2 Replies
Full error message
okay
dotnet workload repair wasm-tools
fixed it.Don't forget to mark it as solved! 😃