wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
55 stars 11 forks source link

Statistics interface for modules #136

Open jakelang opened 5 years ago

jakelang commented 5 years ago

The user may want to retrieve more information about a module's execution. This can be done through a special ChiselResult type, or a trait to call on an executed module.