From ab3c8b559f91a3cfa43c022a3b09787d0e61f590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 18 Jan 2019 14:05:20 +0100 Subject: [PATCH] README: Languages support --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e22f125..ef82051 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,20 @@ to access Ethereum environment and state. ## Usage +### Documentation + Please visit the [documentation]. +### Languages support + +| Language | Supported Versions | +| ----------------------- | ------------------- | +| **C** | C90, C99, C11 | +| **C++** _(helpers)_[^1] | C++11, C++14, C++17 | +| **Go** _(bindings)_ | 1.9, 1.10, 1.11 | + +[^1]: C++ support is provided by C headers and some optional C++ helpers. + ## Related projects ### EVMs