You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #845 we added a build of wasi-libc to the tinygo build. The build uses the commands llvm-ar-9 and llvm-nm-9, however on Arch/Manjaro these are called llvm-ar and llvm-nm instead. This can be worked around using environment variables for now, but we should add a workaround for this before we release.
The text was updated successfully, but these errors were encountered:
In #845 we added a build of wasi-libc to the tinygo build. The build uses the commands
llvm-ar-9
andllvm-nm-9
, however on Arch/Manjaro these are calledllvm-ar
andllvm-nm
instead. This can be worked around using environment variables for now, but we should add a workaround for this before we release.The text was updated successfully, but these errors were encountered: