You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If dotnet new webapi -o webapiapp and the wasi.sdk is added the runtime fails.
The dotnet new webapi adds the Microsoft.AspNetCore.OpenApi.dll reference which fails to get compiled into the wasm.
A runtime error is throw that it can't find the openapi dll.