Kagome
Polkadot Runtime Engine in C++17
|
#include "runtime/binaryen/module/module_impl.hpp"
#include <memory>
#include <binaryen/wasm-binary.h>
#include <binaryen/wasm-interpreter.h>
#include "common/mp_utils.hpp"
#include "runtime/binaryen/binaryen_memory_provider.hpp"
#include "runtime/binaryen/instance_environment_factory.hpp"
#include "runtime/binaryen/module/module_instance_impl.hpp"
#include "runtime/binaryen/runtime_external_interface.hpp"
#include "storage/trie/polkadot_trie/trie_error.hpp"
Go to the source code of this file.
Namespaces | |
kagome::runtime::binaryen | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::runtime::binaryen, ModuleImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::runtime::binaryen | , |
ModuleImpl::Error | , | ||
e | |||
) |
Definition at line 22 of file module_impl.cpp.