Add lots of rustdocs and clean up one line of code

This commit is contained in:
Mark McCaskey
2019-09-26 17:15:43 -07:00
parent 287b42579c
commit dc1744560c
10 changed files with 53 additions and 7 deletions

View File

@ -25,7 +25,7 @@
# Wasmer Runtime C API
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully
compatible with Emscripten, Rust and Go. [Learn
compatible with WASI, Emscripten, Rust and Go. [Learn
more](https://github.com/wasmerio/wasmer).
This crate exposes a C and a C++ API for the Wasmer runtime.