why we need dotnet.wasm #94636
Answered
by
hez2010
sajjadarashhh
asked this question in
Q&A
why we need dotnet.wasm
#94636
-
why we need dotnet.wasm? |
Beta Was this translation helpful? Give feedback.
Answered by
hez2010
Nov 12, 2023
Replies: 1 comment 9 replies
-
Because currently we don't compile C# to webassembly modules directly. Instead we are using dotnet.wasm to interpret IL code. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
sajjadarashhh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because currently we don't compile C# to webassembly modules directly. Instead we are using dotnet.wasm to interpret IL code.
You might find something interesting here: https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-LLVM, which is the on-going work of compiling C# to webassembly directly with NativeAOT.