diff --git a/docs/EVMC.md b/docs/EVMC.md index eddf03c..14a39cf 100644 --- a/docs/EVMC.md +++ b/docs/EVMC.md @@ -35,6 +35,15 @@ can be referenced as EVMC ABIv3 or just EVMC 3. – the EVMC-compatibility testing tool for VM implementations. +# Language bindings + +## Go + +```go +import "github.com/ethereum/evmc/bindings/go/evmc" +``` + + [ewasm]: https://github.com/ewasm/design