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

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 code ctor_module is the constructor which should return raw_module