Wire Sysio Wire Sysion 1.0.0
|
#include <sysio/chain/wasm_interface.hpp>
#include <sysio/chain/webassembly/runtime_interface.hpp>
#include <sysio/chain/wasm_sysio_injection.hpp>
#include <sysio/chain/transaction_context.hpp>
#include <sysio/chain/code_object.hpp>
#include <sysio/chain/global_property_object.hpp>
#include <sysio/chain/exceptions.hpp>
#include <fc/scoped_exit.hpp>
#include "IR/Module.h"
#include "Runtime/Intrinsics.h"
#include "Platform/Platform.h"
#include "WAST/WAST.h"
#include "IR/Validate.h"
#include <sysio/chain/webassembly/sys-vm.hpp>
#include <sysio/vm/allocator.hpp>
Go to the source code of this file.
Classes | |
struct | sysio::chain::wasm_interface_impl |
struct | sysio::chain::wasm_interface_impl::wasm_cache_entry |
Namespaces | |
namespace | sysio |
namespace | sysio::chain |
namespace | sysio::chain::eosvmoc |
Macros | |
#define | _REGISTER_SYSVMOC_INTRINSIC(CLS, MOD, METHOD, WASM_SIG, NAME, SIG) |
#define _REGISTER_SYSVMOC_INTRINSIC | ( | CLS, | |
MOD, | |||
METHOD, | |||
WASM_SIG, | |||
NAME, | |||
SIG ) |
Definition at line 7 of file wasm_interface_private.hpp.