Replies: 1 comment 2 replies
|
The actual compilation to WASM is handled by .NET (https://github.com/dotnet/runtime/tree/main/src/mono/wasm). This project main goals are:
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
With projects like wasmedge runtime does this library help enable compiling c# to WASM dlls executable by such runtimes?
All reactions