mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
docs: Add basic information about evmc-vmtester
This commit is contained in:
parent
b7a046ccc3
commit
0b0a811ae6
@ -16,6 +16,8 @@ to access Ethereum environment and state.
|
||||
– a collection of utility functions for easier integration with EVMC.
|
||||
- [EVM Instructions](@ref instructions)
|
||||
– the library with collection of metrics for EVM1 instruction set.
|
||||
- [EMVC VM Tester](@ref vmtester)
|
||||
– the EVMC-compatibility testing tool for VM implementations.
|
||||
|
||||
|
||||
[eWASM]: https://github.com/ewasm/design
|
||||
|
16
docs/VM_Tester.md
Normal file
16
docs/VM_Tester.md
Normal file
@ -0,0 +1,16 @@
|
||||
# EVMC VM Tester {#vmtester}
|
||||
|
||||
The EVMC project contains a EVMC-compatibility testing tool for VM implementations.
|
||||
|
||||
The tool is called `evmc-vmtester` and to include it in the EVMC build
|
||||
add `-DEVMC_TESTING=ON` CMake option to the project configuration step.
|
||||
|
||||
Usage is simple as
|
||||
|
||||
```sh
|
||||
evmc-vmtester [vm]
|
||||
```
|
||||
|
||||
where `[vm]` is a path to a shared library with VM implementation.
|
||||
|
||||
For more information check `evmc-vmtester --help`.
|
Loading…
x
Reference in New Issue
Block a user