alexcrichton opened PR #1557 from rm-num
to master
:
This dependency was unfortunately causing rebuilds switching between
cargo test
andcargo build
since thenum
crate had different
features activated in testbuild mode. Instead of fixing this I went
ahead and just removed the small dependency on thenum
crate in the
wasi-common
crate, opting for simple local definitions or using the
standard library's endian-switching methods.
sunfishcode submitted PR Review.
alexcrichton merged PR #1557.
Last updated: Nov 22 2024 at 16:03 UTC