EVMC
|
Example implementation of the EVMC VM interface. More...
#include "example_vm.h"
#include <evmc/evmc.h>
#include <evmc/helpers.h>
#include <evmc/instructions.h>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Functions | |
evmc_vm * | evmc_create_example_vm () |
Example of a function creating an instance of an example EVM implementation. | |
Example implementation of the EVMC VM interface.
This VM implements a subset of EVM instructions in simplistic, incorrect and unsafe way:
Definition in file example_vm.cpp.