Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
wasm_sysio_injection.cpp
Go to the documentation of this file.
4#include "IR/Module.h"
5#include "WASM/WASM.h"
6
7namespace sysio { namespace chain { namespace wasm_injections {
8using namespace IR;
10
11std::map<std::vector<uint16_t>, uint32_t> injector_utils::type_slots;
12std::map<std::string, uint32_t> injector_utils::registered_injected;
13std::map<uint32_t, uint32_t> injector_utils::injected_index_mapping;
15
16
17void noop_injection_visitor::inject( Module& m ) { /* just pass */ }
18void noop_injection_visitor::initializer() { /* just pass */ }
19
24
29
30}}} // namespace sysio, chain, injectors
Defines exception's used by fc.
unsigned int uint32_t
Definition stdint.h:126
static std::map< std::vector< uint16_t >, uint32_t > type_slots
static std::map< uint32_t, uint32_t > injected_index_mapping
static std::map< std::string, uint32_t > registered_injected