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
Currently, a newer version of llvm/clang must be installed on mac, because the Apple-provided one fails building wasm with:
failed to build archive at /Users/tsaucer/src/rerun/target_wasm/wasm32-unknown-unknown/release/deps/libpsm-43030b67c35315ca.rlib: LLVM error: section too large
We should figure out a way to either fix the build, or make it so that using pixi solves the issue.