Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
binaryen
common
runtime_api
wavm
intrinsics
compartment_wrapper.cpp
compartment_wrapper.hpp
core_api_factory_impl.cpp
core_api_factory_impl.hpp
instance_environment_factory.cpp
instance_environment_factory.hpp
intrinsic_resolver.hpp
memory_impl.cpp
memory_impl.hpp
module.cpp
module.hpp
module_cache.cpp
module_cache.hpp
module_factory_impl.cpp
module_factory_impl.hpp
module_instance.cpp
module_instance.hpp
module_params.cpp
module_params.hpp
wavm_external_memory_provider.cpp
wavm_external_memory_provider.hpp
wavm_internal_memory_provider.cpp
wavm_internal_memory_provider.hpp
core_api_factory.hpp
instance_environment.hpp
memory.hpp
memory_provider.hpp
module.hpp
module_factory.hpp
module_instance.hpp
module_repository.hpp
persistent_result.hpp
ptr_size.hpp
raw_executor.hpp
runtime_code_provider.hpp
runtime_environment_factory.hpp
runtime_properties_cache.hpp
runtime_upgrade_tracker.hpp
trie_storage_provider.hpp
types.hpp
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
module_params.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_RUNTIME_WAVM_MODULE_PARAMS_HPP
7
#define KAGOME_CORE_RUNTIME_WAVM_MODULE_PARAMS_HPP
8
9
#include <WAVM/IR/Types.h>
10
11
namespace
kagome::runtime::wavm
{
12
18
struct
ModuleParams
{
19
WAVM::IR::MemoryType
intrinsicMemoryType
{
20
false
, WAVM::IR::IndexType::i32, {21, UINT64_MAX}};
21
};
22
}
// namespace kagome::runtime::wavm
23
24
#endif // KAGOME_CORE_RUNTIME_WAVM_MODULE_PARAMS_HPP
kagome::runtime::wavm::ModuleParams
Global parameters for module instantiation. Currently contains only memory type that may be changed o...
Definition:
module_params.hpp:18
kagome::runtime::wavm
Definition:
compartment_wrapper.cpp:12
kagome::runtime::wavm::ModuleParams::intrinsicMemoryType
WAVM::IR::MemoryType intrinsicMemoryType
Definition:
module_params.hpp:19
core
runtime
wavm
module_params.hpp
Generated by
1.8.11