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
intrinsic_resolver.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_RUNTIME_WAVM_INTRINSIC_RESOLVER_HPP
7
#define KAGOME_CORE_RUNTIME_WAVM_INTRINSIC_RESOLVER_HPP
8
9
#include <WAVM/Runtime/Linker.h>
10
11
#include <memory>
12
#include <string>
13
14
#include "
runtime/memory_provider.hpp
"
15
16
namespace
WAVM::Intrinsics
{
17
struct
Function;
18
}
19
20
namespace
kagome::runtime::wavm
{
21
28
class
IntrinsicResolver
:
public
WAVM::Runtime::Resolver {
29
public
:
30
virtual
~
IntrinsicResolver
() =
default
;
31
};
32
}
// namespace kagome::runtime::wavm
33
34
#endif // KAGOME_CORE_RUNTIME_WAVM_INTRINSIC_RESOLVER_HPP
kagome::runtime::wavm
Definition:
compartment_wrapper.cpp:12
WAVM::Intrinsics
Definition:
intrinsic_resolver.hpp:16
kagome::runtime::wavm::IntrinsicResolver
Definition:
intrinsic_resolver.hpp:28
memory_provider.hpp
core
runtime
wavm
intrinsic_resolver.hpp
Generated by
1.8.11