How can I compile C# to WebAssembly (simple functions to calculate things) and run it in the browser?
For further actions, you may consider blocking this person and/or reporting abuse
How can I compile C# to WebAssembly (simple functions to calculate things) and run it in the browser?
For further actions, you may consider blocking this person and/or reporting abuse
Anthony Fung -
Isaac Ojeda -
ByteHide -
Gaurav Saini -
Once suspended, anonymous675 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, anonymous675 will be able to comment and publish posts again.
Once unpublished, all posts by anonymous675 will become hidden and only accessible to themselves.
If anonymous675 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to anonymous675.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag anonymous675:
Unflagging anonymous675 will restore default visibility to their posts.
Top comments (2)
Hi, Take a look at below article for more information.
codewithmukesh.com/blog/getting-st...
But how Blazor compile c# to WebAssembly? I want to take c# code that calculates things (Temperature, Weight) and compile it into WebAssembly, Then use that code with Node.js and Javascript app. See Wikipedia example: en.wikipedia.org/wiki/WebAssembly
code in C:
Same in WebAssembly: