When running [WASI_SDK]/bin/clang I get:
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /Users/foo/Web/wasi-sdk-10.0/bin/clang (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /Users/foo/Web/wasi-sdk-10.0/bin/clang (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
Abort trap: 6
Which appears to be because the binaries are built on MacOS 10.15. I found a similar issue here: nodegui/nodegui#391
When running
[WASI_SDK]/bin/clangI get:Which appears to be because the binaries are built on MacOS 10.15. I found a similar issue here: nodegui/nodegui#391