Alex Beregszaszi

Results 333 issues of Alex Beregszaszi

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...

Add translator which drops unused imports.

Depends on https://github.com/pepyakin/binaryen-rs/pull/43

- [ ] Move CLI usage to the top. - [ ] Update module descriptions. - [ ] Update links to tools using chisel.

This in practice is the inverse of #38. Basically searches for a known function, removes that and includes an import instead.

enhancement

Or at least helpers with some data structures. A good start would be doing a CFG (control flow graph) or at least a primitive version which shows dependencies of functions....