readme: Document limited C90 support

This commit is contained in:
Paweł Bylica 2019-05-14 15:08:24 +02:00
parent 2199be0be2
commit 4bce97f50e
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 8 additions and 7 deletions

View File

@ -18,14 +18,15 @@ Please visit the [documentation].
### Languages support ### Languages support
| Language | Supported Versions | Supported Compilers | Language | Supported Versions | Supported Compilers
| ----------------------- | ------------------- | ------------------------------ | ----------------------------- | --------------------- | ------------------------------
| **C** | C90, C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+ | **C** | C90[¹](#n1), C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+
| **C++** | C++11, C++14, C++17 | 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 | | **Go** _(bindings)_ | 1.9 - 1.12 |
| **Rust** _(bindings)_[^1] | 2018 edition | 1.31.0 and newer | **Rust** _(bindings)_[²](#n2) | 2018 edition | 1.31.0 and newer
[^1]: Rust support is limited and not complete yet. <b id="n1">1</b>. The C90 support is limited to the core `evmc.h` header only.\
<b id="n2">2</b>. Rust support is limited and not complete yet.
## Related projects ## Related projects