.NET WebAssembly build tools
When it comes to the more "advanced" scenarios we need additional tooling installed.
There are two ways of installing the tools. We can select the .NET WebAssembly build tools option when installing Visual Studio (or add them using the Visual Studio installer) or by running the following command in a command prompt (as administrator):
dotnet workload install wasm-tools
The .NET Web Assembly build tools are based on Emscripten, a compiler toolchain for the web platform.