README: clarify feature support in for each binding

This commit is contained in:
Alex Beregszaszi 2019-12-13 12:26:33 +00:00 committed by Paweł Bylica
parent 81271bb335
commit 7b3b7f69ef
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 7 additions and 7 deletions

View File

@ -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.