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

Translator which replaces known imports with snippets #38

Open
axic opened this issue Dec 6, 2018 · 2 comments
Open

Translator which replaces known imports with snippets #38

axic opened this issue Dec 6, 2018 · 2 comments

Comments

@axic
Copy link
Member

axic commented Dec 6, 2018

From: https://github.com/ewasm/ewasm-cleanup#libc-methods

Goal is to have a translator which takes a wasm module (called the "helper") and a list of imports. The current module is searched for the list of imports. If found, the import is removed and the function from the helper is copied in.

The first two to start with:

@axic
Copy link
Member Author

axic commented Sep 10, 2019

@axic
Copy link
Member Author

axic commented Jan 11, 2021

This tool is now independent: https://github.com/jedisct1/wasmonkey

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

No branches or pull requests

1 participant