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