2 Commits

Author SHA1 Message Date
Trevor Gross
95c42630eb symcheck: Switch the object dependency from git to crates.io
Wasm support has since been released, so we no longer need to depend on
a git version of `object`.
2025-07-24 03:29:05 -05:00
Trevor Gross
a63f4826cf Replace the nm symbol check with a Rust implementation
This should be less error-prone and adaptable than the `nm` version, and
have better cross-platform support without needing LLVM `nm` installed.
2025-05-29 15:38:10 +00:00