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

implement objcopy-like tool #2538

Closed
wants to merge 3 commits into from
Closed

Conversation

hovertank3d
Copy link

I needed a CLI tool to modify binary WASM sections and found that someone had already opened issue #1015. So, I attempted to implement the changes myself. I understand that this tool is still in an early stage and may have several issues that need attention. I will address these as soon as they are pointed out.

@sbc100
Copy link
Member

sbc100 commented Feb 11, 2025

Hi @hovertank3d, thanks for the contribution to wabt. I don't think we should rule out add such a new tool, but I wonder if llvm-objcopy could suite your needs? If not I wonder if our efforts might be better spend improving that tool. Also, you have looked into the existing tools in binaryen and wasm-tools repos?

@hovertank3d
Copy link
Author

Uh, I completely forgot about llvm-objcopy. Looked into repos you mentioned, they suit my needs, thanks for help! (:

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