[WASM] project build failing on MacOS VsCode #16891
-
I keep getting this error message. /Users/jungchoi/.nuget/packages/uno.wasm.bootstrap/8.0.13/build/Uno.Wasm.Bootstrap.targets(213,3): error : System.Exception: Failed to run emscripten. I installed emscripten (emcc --version works) as well as python3, node.js, and java for it. I configured environment variables and tried deleting username/.uno/emsdk I created a binlog but I couldn't attach binlog files here so I uploaded on my repo instead. Is there anyone who can help me fix this issue 🤧 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for the report! At this time, building using AOT is not supported on macOS. You can use a linux container, or github actions to do so. |
Beta Was this translation helpful? Give feedback.
-
@jeromelaban Thank you for your quick response. Sadly Im still getting the same error even when I changed the execution mode to Interpreter as stated in the docs. I updated the binlog. |
Beta Was this translation helpful? Give feedback.
Thanks for the report! At this time, building using AOT is not supported on macOS. You can use a linux container, or github actions to do so.