Hey @Alex Crichton or @fitzgen (he/him) or others :)
I'm trying to get dada to build on mac and I get this error
error: failed to build archive: section too large
The following warnings were emitted during compilation:
warning: warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive library: /Users/nikomat/versioned/dada/target/wasm32-unknown-unknown/debug/build/psm-caa62c7e694abb40/out/libpsm_s.a the table of contents is empty (no object file members in the library define global symbols)
error: could not compile `psm` due to previous error
I didn't find any issues on the wasm-pack repo talking about "section too large" -- any tips for how to track that down?
This builds successfully on linux.
Context: https://github.com/dada-lang/dada/pull/170
I think the psm crate has a precompiled binary with it that was valid awhile back but may no longer be valid. You may want to validate psm works on wasm still first
Last updated: Nov 22 2024 at 17:03 UTC