Kagome
Polkadot Runtime Engine in C++17
|
#include "runtime/wavm/module_instance.hpp"
#include <WAVM/Runtime/Runtime.h>
#include <WAVM/RuntimeABI/RuntimeABI.h>
#include "host_api/host_api.hpp"
#include "log/profiling_logger.hpp"
#include "runtime/memory_provider.hpp"
#include "runtime/module_repository.hpp"
#include "runtime/trie_storage_provider.hpp"
#include "runtime/wavm/compartment_wrapper.hpp"
#include "runtime/wavm/intrinsics/intrinsic_functions.hpp"
#include "runtime/wavm/memory_impl.hpp"
Go to the source code of this file.
Namespaces | |
kagome::runtime::wavm | |
Functions | |
static WAVM::IR::Value | evaluateInitializer (WAVM::IR::InitializerExpression expression) |
static WAVM::Uptr | getIndexValue (const WAVM::IR::Value &value, WAVM::IR::IndexType indexType) |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::runtime::wavm, ModuleInstanceImpl::Error, e) | |
|
static |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 20 of file module_instance.cpp.
|
static |
Definition at line 51 of file module_instance.cpp.
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::runtime::wavm | , |
ModuleInstanceImpl::Error | , | ||
e | |||
) |
Definition at line 65 of file module_instance.cpp.