mirror of https://github.com/status-im/evmc.git
docs: Mark main page sections
This commit is contained in:
parent
31500584b2
commit
3b399a2ab9
|
@ -6,7 +6,7 @@ On the Client-side it defines the interface for EVM implementations
|
|||
to access Ethereum environment and state.
|
||||
|
||||
|
||||
# Guides
|
||||
# Guides {#guides}
|
||||
|
||||
- [Host Implementation Guide](@ref hostguide)
|
||||
- [VM Implementation Guide](@ref vmguide)
|
||||
|
@ -21,7 +21,7 @@ For example EVMC 3.2.1 would have ABI version 3 and therefore this project relea
|
|||
can be referenced as EVMC ABIv3 or just EVMC 3.
|
||||
|
||||
|
||||
# Modules
|
||||
# Modules {#modules}
|
||||
|
||||
- [EVMC](@ref EVMC)
|
||||
– the main component that defines API for VMs and Clients (Hosts).
|
||||
|
@ -35,7 +35,7 @@ can be referenced as EVMC ABIv3 or just EVMC 3.
|
|||
– the EVMC-compatibility testing tool for VM implementations.
|
||||
|
||||
|
||||
# Language bindings
|
||||
# Language bindings {#bindings}
|
||||
|
||||
## Go
|
||||
|
||||
|
|
Loading…
Reference in New Issue