Compiling C# as a WASM component
I'm trying to follow the guide here for compiling C# as a WASM component: https://component-model.bytecodealliance.org/language-support/csharp.html
When I run
dotnet build
though, I get this error:
I'm on Arch Linux and installed dotnet-sdk-preview-bin
to get dotnet 9.00 Replies