Add links for API Docs

This commit is contained in:
Syrus
2020-02-19 18:58:22 -08:00
parent 0b5064694f
commit edeabd419b

View File

@ -7,7 +7,14 @@ This directory is structured like the following:
* `lib` is where the Wasmer shared library lives.
* `include` is where the Wasmer headers live
## Using it
## Documentation
The API documentation for the Wasmer Runtime C API can be found here:
https://wasmerio.github.io/wasmer/c/runtime-c-api/
## Usage
If you want to compile a `c` file using Wasmer, you can do: