wasm-chisel
wasm-chisel copied to clipboard
Some useful utilities to transform WebAssembly binaries.
Introduce two modules which translate: 1) from regular wasm to bulk-memory 2) from bulk-memory to regular wasm Overview: https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md As an example, replace all `memcpy`'s with the following function: ```...
The docs are wrong about the CLI tool. > It comes with a configuration file chisel.yml.
This in practice suggest to use a "genetic algorithm" guided by the metrics (fitness function). One metric we could implement is execution time on an interpreter and try to optimise...
cc @axic
This should do semantic validation of the module according to the Wasm specification. Must also first check how much of that is done by pwasm.