Kagome
Polkadot Runtime Engine in C++17
module_instance.hpp File Reference
#include <string_view>
#include <boost/variant.hpp>
#include <optional>
#include "common/buffer.hpp"
#include "outcome/outcome.hpp"
#include "runtime/instance_environment.hpp"
#include "runtime/module_repository.hpp"
#include "runtime/ptr_size.hpp"
Include dependency graph for module_instance.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kagome::runtime::ModuleInstance
 

Namespaces

 kagome::runtime
 

Typedefs

using kagome::runtime::WasmValue = boost::variant< int32_t, int64_t, float, double >