walrus-meter 0.2.0

Instrumentation-based gas metering built on `walrus`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!-- cargo-rdme start -->

# `walrus-meter`

This crate provides instrumentation-based metering for Wasm modules using the
`walrus` library.

Provide the name of a function to call, and the function will be called
immediately before executing a sequence of instructions with that sequence's
cost.

<!-- cargo-rdme end -->