Skip to content

Commit e483de5

Browse files
authored
Merge pull request #193 from rust-secure-code/wasm-tools-readme
Mention wasm-tools support
2 parents 8ba4438 + 9776ef4 commit e483de5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If you're using a shell other than bash, or if using an alias is not an option,
5656
* [syft](https://github.com/anchore/syft) v0.53.0+ has experimental support for detecting this data in binaries.
5757
When used on images or directories, Rust audit support must be enabled by adding the `--catalogers all` CLI option, e.g `syft --catalogers all <container image containing Rust auditable binary>`.
5858
* [blint](https://github.com/owasp-dep-scan/blint) v2.1.3 and later can recover this data and output it as CycloneDX.
59+
* [wasm-tools](https://github.com/bytecodealliance/wasm-tools) v1.227.0 and later can recover this data from WebAssembly. Try `wasm-tools metadata show`.
5960
* [rust-audit-info](https://crates.io/crates/rust-audit-info) recovers the dependency list from a binary and prints it in JSON.
6061

6162
### Can I read this data using a tool written in a different language?

0 commit comments

Comments
 (0)