mirror of https://github.com/status-im/evmc.git
README: Update information about C++ API
This commit is contained in:
parent
1ac357d13a
commit
1f9528cd7d
12
README.md
12
README.md
|
@ -19,15 +19,13 @@ Please visit the [documentation].
|
|||
### Languages support
|
||||
|
||||
| Language | Supported Versions | Supported Compilers
|
||||
| ----------------------- | ------------------- | -------------------
|
||||
| **C** | C90, C99, C11 | GCC 6+, clang 3.8+
|
||||
| **C++** _(helpers)_[^1] | C++11, C++14, C++17 | GCC 6+, clang 3.8+
|
||||
| ----------------------- | ------------------- | ------------------------------
|
||||
| **C** | C90, 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)_[^2] | 2018 edition | 1.31.0 and newer
|
||||
| **Rust** _(bindings)_[^1] | 2018 edition | 1.31.0 and newer
|
||||
|
||||
[^1]: C++ support is provided by C headers and some optional C++ helpers.
|
||||
|
||||
[^2]: Rust support is limited and not complete yet.
|
||||
[^1]: Rust support is limited and not complete yet.
|
||||
|
||||
## Related projects
|
||||
|
||||
|
|
Loading…
Reference in New Issue