mirror of https://github.com/status-im/evmc.git
README: clarify feature support in for each binding
This commit is contained in:
parent
81271bb335
commit
7b3b7f69ef
14
README.md
14
README.md
|
@ -19,13 +19,13 @@ Please visit the [documentation].
|
|||
|
||||
### Languages support
|
||||
|
||||
| Language | Supported Versions | Supported Compilers
|
||||
| ----------------------------- | --------------------- | ------------------------------
|
||||
| **C** | C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+
|
||||
| **C++** | C++11, C++14, C++17 | GCC 6+, clang 3.8+, MSVC 2015+
|
||||
| **Go** _(bindings)_ | 1.9 - 1.12 |
|
||||
| **Rust** _(bindings)_[¹](#n1) | 2018 edition | 1.37.0 and newer
|
||||
| **Java** _(bindings)_ | 11 |
|
||||
| Language | Supported Versions | Supported Compilers | Feature Support
|
||||
| ----------------------------- | --------------------- | ------------------------------ | -------------------
|
||||
| **C** | C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+ | Host- and VM-side
|
||||
| **C++** | C++11, C++14, C++17 | GCC 6+, clang 3.8+, MSVC 2015+ | Host- and VM-side
|
||||
| **Go** _(bindings)_ | 1.9 - 1.12 | | Host-side only
|
||||
| **Rust** _(bindings)_[¹](#n1) | 2018 edition | 1.37.0 and newer | VM-side only
|
||||
| **Java** _(bindings)_ | 11 | | Host-side only
|
||||
|
||||
<b id="n1">1</b>. Rust support is limited and not complete yet, but it is mostly functional already. Breaking changes are possible at this stage.
|
||||
|
||||
|
|
Loading…
Reference in New Issue