doc(runtime-c-api) Add short module descriptions.

This commit is contained in:
Ivan Enderlin
2019-03-29 16:22:38 +01:00
parent ef0f00f5a1
commit 1c063090c5
10 changed files with 94 additions and 9 deletions

View File

@ -1,4 +1,4 @@
//! Wasm values.
//! Create and map Rust to WebAssembly values.
use libc::{int32_t, int64_t};
use wasmer_runtime::Value;