2018-04-17 09:02:00 +00:00
|
|
|
/* EVMC: Ethereum Client-VM Connector API.
|
2018-08-21 07:44:18 +00:00
|
|
|
* Copyright 2018 The EVMC Authors.
|
2018-08-22 11:57:25 +00:00
|
|
|
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
|
2018-04-17 09:02:00 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2018-04-18 14:22:24 +00:00
|
|
|
#include <evmc/evmc.h>
|
2018-06-25 16:39:34 +00:00
|
|
|
#include <evmc/utils.h>
|
2018-04-17 09:02:00 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Creates EVMC Example VM.
|
|
|
|
*/
|
2018-08-30 16:27:44 +00:00
|
|
|
EVMC_EXPORT struct evmc_instance* evmc_create_example_vm(void);
|