docs: Mention EVMC C++ on the front page

This commit is contained in:
Paweł Bylica 2019-04-24 18:00:13 +02:00
parent 33dce76f53
commit 1ac357d13a
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ API changes are allowed when required to fix a broken feature.
- [EVMC](@ref EVMC)
the main component that defines API for VMs and Clients (Hosts).
- [EVMC C++ API](@ref evmc)
the wrappers and bindings for C++.
- [EVMC Loader](@ref loader)
the library for loading VMs implemented as Dynamically Loaded Libraries (DLLs, shared objects).
- [EVMC Helpers](@ref helpers)