Kagome
Polkadot Runtime Engine in C++17
|
#include "runtime/binaryen/module/module_instance_impl.hpp"
#include "runtime/binaryen/memory_impl.hpp"
#include "runtime/memory_provider.hpp"
#include <binaryen/wasm-interpreter.h>
#include <binaryen/wasm.h>
#include "host_api/host_api.hpp"
#include "runtime/binaryen/runtime_external_interface.hpp"
Go to the source code of this file.
Namespaces | |
kagome::runtime::binaryen | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::runtime::binaryen, ModuleInstanceImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::runtime::binaryen | , |
ModuleInstanceImpl::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 59 of file module_instance_impl.cpp.