Wasm build fails #657
-
I get this error when I build my WASM project:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 21 replies
-
Also: Putting MSBuild project build output verbosity to Normal: 1> [00:00:00.5320249] Done resolving assemblies Only There is no emsdk folder including emsdk_env.bat |
Beta Was this translation helpful? Give feedback.
-
Using the latest versions of Uno and Skiasharp |
Beta Was this translation helpful? Give feedback.
-
@fatichar this generally means that there's a discrepancy in referenced packages. If you can provide a repro project, it'll help determine which one that is. @navio-n if you're getting this error, it's likely that emscripten did not get installed properly. It's generally caused by |
Beta Was this translation helpful? Give feedback.
@fatichar this generally means that there's a discrepancy in referenced packages. If you can provide a repro project, it'll help determine which one that is.
@navio-n if you're getting this error, it's likely that emscripten did not get installed properly. It's generally caused by
git
orpython
missing on your system. Try deletingC:\Users\User.uno\emsdk
and build again.