Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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