Crate gear_pwasm_utils
source ·Re-exports
pub use parity_wasm;
Modules
- The pass that tries to make stack overflows deterministic, by introducing an upper bound of the stack size.
Structs
- Delete transaction.
- Reference counting, link-handling object.
- Reference to the entry in the rerence list.
- Module
- List that tracks references and indices.
Enums
- Pack error.
Functions
- Export all declared mutable globals.
- Generate parity-wasm
Module
- New module from parity-wasm
Module
- Transforms a given module into one that charges gas for code to be executed by proxy of an imported gas metering function.
- If a pwasm module has an exported function matching “create” symbol we want to pack it into “constructor”.
raw_module
is the actual contract codector_module
is the constructor which should returnraw_module