Easimer / wasmwalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasmwalk

Displays the sizes of functions in a WASM object file. The functions are sorted
by size in the output.

:: Features
- Extract the sizes and names of functions and data
- Outputs the results on per-file basis or aggregated for every input file
- Results are output in the form of a YAML document

About

License:Apache License 2.0


Languages

Language:C++ 91.6%Language:C 7.1%Language:CMake 1.3%