Merge pull request #170 from ethereum/docs-bindings

docs: Mention language bindings
This commit is contained in:
Paweł Bylica 2018-11-12 13:15:52 +01:00 committed by GitHub
commit 52da38836f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -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,6 +35,15 @@ can be referenced as EVMC ABIv3 or just EVMC 3.
the EVMC-compatibility testing tool for VM implementations.
# Language bindings {#bindings}
## Go
```go
import "github.com/ethereum/evmc/bindings/go/evmc"
```
[ewasm]: https://github.com/ewasm/design