How to compile the mono runtime to Wasm. #95107
-
I am using Windows 10, and the compile command is “build.cmd mono.runtime -os browser -c Debug” Compilation exception: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It seems that you don't have LLVM installed on your machine. |
Beta Was this translation helpful? Give feedback.
-
Here is some docs https://github.com/dotnet/runtime/blob/main/docs/workflow/building/mono/README.md with requirements for building on Windows. Also you should be building with |
Beta Was this translation helpful? Give feedback.
Do you have all the requirements from the docs? Can you try deleting
.\artifacts
and build from scratch?