Re-exports§
pub use parity_wasm;
Modules§
- rules
- stack_
height - The pass that tries to make stack overflows deterministic, by introducing an upper bound of the stack size.
Structs§
- Delete
Transaction - Delete transaction.
- Entry
- Reference counting, link-handling object.
- Entry
Ref - Reference to the entry in the rerence list.
- Module
- Module
- RefList
- List that tracks references and indices.
- Target
Symbols
Enums§
Functions§
- build
- export_
mutable_ globals - Export all declared mutable globals.
- externalize
- externalize_
mem - graph_
generate - Generate parity-wasm
Module
- graph_
parse - New module from parity-wasm
Module
- inject_
gas_ counter - Transforms a given module into one that charges gas for code to be executed by proxy of an imported gas metering function.
- inject_
runtime_ type - optimize
- pack_
instance - 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
- shrink_
unknown_ stack - underscore_
funcs - ununderscore_
funcs