Link to C API docs and make a landing page

Spice up the landing page a bit for the C API documentation and then
link to it from a few places to ensure it's discoverable.
This commit is contained in:
Alex Crichton
2020-07-02 08:49:27 -07:00
parent 47a218f908
commit 920e0984d3
4 changed files with 95 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
# Implementation of wasm-c-api in Rust
# Wasmtime's C API
https://github.com/WebAssembly/wasm-c-api
For more information you can find the documentation for this library
[online](https://bytecodealliance.github.io/wasmtime/c-api/).