Flutter Engine
The Flutter Engine
|
The compiler allows printing the Wasm code for all functions by using --print-wasm
The V8 repository contains a wami
tool to inspect Wasm files.
First ensure you Checkout & Build V8. That will result in a out/x64.release/wami
binary.
Consider putting it into PATH
or adding an alias wami=<path-to-v8>/out/x64.release/wami
into shellrc.
It can be used to dump section statistics
It can be used to dump the entire Wasm file with or without offsets