|
Kagome
Polkadot Runtime Engine in C++17
|
#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"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 > |