Closed
Description
I've a C# Library I want to consume from a Javascript App (no Blazor).
I now tried to find, how to compile to WASM/WASI with Net 9, but I only find outdated Tutorials wich do not work.
Whats the state of support? Are the samples?
found:
https://devblogs.microsoft.com/dotnet/use-net-7-from-any-javascript-app-in-net-7/
https://github.com/dotnet/dotnet-wasi-sdk
https://devblogs.microsoft.com/dotnet/extending-web-assembly-to-the-cloud/
but everything is old and does not seem to work.