#module #size #cw-module-size

yanked cw-module-size

VM bindings to run verify cosmos contracts

1.0.0 Aug 12, 2022

#304 in #size

Apache-2.0

15KB
90 lines

cw-module-size

module_size and module_size.sh

Memory profiling of compiled modules. module_size.sh executes module_size, and uses valgrind's memory profiling tool (massif) to compute the amount of heap memory used by a compiled module.

Install using cargo install cw-module-size

Dependencies

~21–33MB
~514K SLoC