README: Languages support

This commit is contained in:
Paweł Bylica 2019-01-18 14:05:20 +01:00
parent 377167f76a
commit ab3c8b559f
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 12 additions and 0 deletions

View File

@ -12,8 +12,20 @@ to access Ethereum environment and state.
## Usage ## Usage
### Documentation
Please visit the [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 ## Related projects
### EVMs ### EVMs