wasm-chisel icon indicating copy to clipboard operation
wasm-chisel copied to clipboard

Some useful utilities to transform WebAssembly binaries.

Results 28 wasm-chisel issues
Sort by recently updated
recently updated
newest added

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

Addresses #178 Added a new import list identified by "wasi", which contains all of the the functions listed in the [latest API snapshot](https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/docs.md#functions).

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.