JavaScript WASM compilation fails with yoga-3.2.0 and yoga-3.2.1 #1852
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I downloaded the source and attempted to compile it on macOS, but encountered the following errors:
■ emcmake cmake -S . -B build -G Ninja
[11:25:06 AM] x Error detected while running '_wrapFunction'
[11:25:06 AM] x ------------------------------------
[11:25:06 AM] x Error: Command failed: /Users/.../yoga-3.2.0/javascript/.emsdk/upstream/emscripten/emcmake cmake -S . -B build -G Ninja
x ------------------------------------
[11:25:06 AM] x finished 'build' in 1101.29s with errors
[11:25:06 AM] x Error previously detected. See above for error messages.
npm ERR! Lifecycle script
build
failed with error:npm ERR! Error: command failed
npm ERR! in workspace: yoga-layout@3.2.0
npm ERR! at location: /Users/chengfuchen/Downloads/yoga-3.2.0/javascript
Does anyone have any insight into these errors?
Appreciate any assistance on this