Solved: wasm-ld was not found on your system #151
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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 successfully got samples working after hitting this different issue last time:
#116
That was commit
0b273f1e43
I believe. Just went back to that commit and confirmed that it still works!But I decided today to try my hand at building my own project in Orca, and after downloading the latest version, when running ./build.sh I get a new error:
But clang is updated, and llvm is correctly installed:
Ah okay I think I figured it out. LLVM changed their instructions for how to add to path?
Adding this fixed it:
Keeping this around for posterity!