solidity-zero-finder-rust
solidity-zero-finder-rust copied to clipboard
Update crypto library to prevent failing builds, make `Build` docs more verbose
Found this repo through Rareskills, and wanted to test it out. Immediately ran into an issue where builds were failing (exact issue detailed in #3, and possibly fixes #2). Found this fix suggested in a completely unrelated repo issue thread (bytecodealliance/wasmtime#1758). Implementing this change did fix the issue, and builds are working (at least on an WSL env: 5.15.153.1-microsoft-standard-WSL2, Ubuntu 22.04.4 LTS)
Besides the above, the Build
section has been updated to be more verbose.