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 tables.
//! Create, grow, destroy tables of an instance.
use crate::{error::update_last_error, wasmer_limits_t, wasmer_result_t};
use libc::uint32_t;