From 31500584b26d49c4072837c998a73cbe3f9aee3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 12 Nov 2018 11:59:51 +0100 Subject: [PATCH] docs: Mention language bindings --- docs/EVMC.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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