Merge pull request #875 from alocquet/doc/link-to-so-in-c-api-example

doc: add link to SO in C api example
This commit is contained in:
Syrus Akbary 2019-10-13 21:35:37 -07:00 committed by GitHub
commit 416f03917c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ The C and C++ header files can be found in the source tree of this
crate, respectively [`wasmer.h`][wasmer_h] and
[`wasmer.hh`][wasmer_hh]. They are automatically generated, and always
up-to-date in this repository.
The runtime library needed to compile (so, dll, dylib) can be donwloaded in wasmer [release page](https://github.com/wasmerio/wasmer/releases).
Here is a simple example to use the C API: