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
I had the same issue (on a totally unrelated project, I just mean clang not having a wasm-unknown-unknown toolchain) and I solved it by installing llvw through brew and use that version of clang instead. Following sapio-lang/sapio#161 and then the local quickstart bit on https://learn.sapio-lang.org/ch01-01-installation.html
I had the same issue. After installing llvm from brew and adding it to the path it still not compiles, but with another error: failed to build archive: ‘compress.o’: section too large
I'm trying to compile an application using
flate2
withfeatures = ["zlib-ng-compat",], default-features = false
and I'm getting an error:The text was updated successfully, but these errors were encountered: