-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error: 'failed to build archive: wasm32.o: section too large' #1381
Comments
I had a similar issue on a different project. Installing LLVM from brew and making sure brew's LLVM was called (by updating PATH) instead of using Xcode's worked for me.
versus:
|
I have encountered exact same error when compiling surrealdb |
I've encountered the same issue building psm on Apple mac m4, OSx 15.2 to reproduce:
add crate-type to Cargo.toml
I tried to debug as much as I could. The issue occurs linking
Gives:
Using
And:
|
build log:
ref:zesterer/chumsky#622
The text was updated successfully, but these errors were encountered: