Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract dep info from wasm modules #6

Merged
merged 1 commit into from
Aug 20, 2024
Merged

extract dep info from wasm modules #6

merged 1 commit into from
Aug 20, 2024

Conversation

tofay
Copy link
Contributor

@tofay tofay commented Jul 22, 2024

Since cargo-auditable now supports embedding dependency info into wasm modules.

I couldn't find a standalone wasm binary parser for golang - there are various runtimes that have their own binary parser internally. But its fairly straightforward to skip through the custom sections of a wasm file, so I've done that here.

@tofay tofay requested a review from dsteeley July 22, 2024 18:34
rustaudit.go Show resolved Hide resolved
rustaudit.go Show resolved Hide resolved
@tofay tofay merged commit 0e2abec into main Aug 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants