cfallin labeled issue #1050:
clif-util's "wasm" and "compile" subcommands essentially do the same thing, except that "wasm"'s input is a wasm file, and "compile"'s input is a clif file, but then they both do a full compilation. Currently, they print different things:
- "wasm" has a -v option which enables colorized messages like "Translating... ok", "compile" doesn't
- "compile" prints out the ".byte" sequence, "wasm" doesn't
- "compile" runs the capstone disassembler, "wasm" doesn't
and possibly other differences. We should harmonize these two subcommands.
Last updated: Nov 22 2024 at 17:03 UTC