|
Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::runtime::wavm::ModuleImpl, including all inherited members.
| code_hash_ | kagome::runtime::wavm::ModuleImpl | private |
| compartment_ | kagome::runtime::wavm::ModuleImpl | private |
| compileFrom(std::shared_ptr< CompartmentWrapper > compartment, ModuleParams &module_params, std::shared_ptr< IntrinsicModule > intrinsic_module, std::shared_ptr< const InstanceEnvironmentFactory > env_factory, gsl::span< const uint8_t > code, const common::Hash256 &code_hash) | kagome::runtime::wavm::ModuleImpl | static |
| env_factory_ | kagome::runtime::wavm::ModuleImpl | private |
| instantiate() const override | kagome::runtime::wavm::ModuleImpl | virtual |
| intrinsic_module_ | kagome::runtime::wavm::ModuleImpl | private |
| link(IntrinsicResolver &resolver) const | kagome::runtime::wavm::ModuleImpl | private |
| logger_ | kagome::runtime::wavm::ModuleImpl | private |
| module_ | kagome::runtime::wavm::ModuleImpl | private |
| ModuleImpl(std::shared_ptr< CompartmentWrapper > compartment, std::shared_ptr< const IntrinsicModule > intrinsic_module, std::shared_ptr< const InstanceEnvironmentFactory > env_factory, std::shared_ptr< WAVM::Runtime::Module > module, const common::Hash256 &code_hash) | kagome::runtime::wavm::ModuleImpl | private |
| ~Module()=default | kagome::runtime::Module | virtual |