SteveSandersonMS / dotnet-wasi-sdk

Packages for building .NET projects as standalone WASI-compliant modules
519 stars 36 forks source link

WASI as a Runtime Identifier #17

Closed ladeak closed 2 years ago

ladeak commented 2 years ago

Question:

Looking at how ASP.NET Core server has been implemented, wouldn't it make more sense to have .net runtime target WASI? So when someone builds and published an app, next to linux, win, etc RIDs have wasi too?

I suppose this would be a considerable investment though.

SteveSandersonMS commented 2 years ago

Yes, something like that sounds right to me. We already have a browser-wasm RID so a wasi-wasm one would make sense alongside that.

ladeak commented 2 years ago

Thanks for the answer.