mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-06 20:11:32 +00:00
doc(runtime-c-api) Add short module descriptions.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//! Wasm memory.o
|
||||
//! Create, read, write, grow, destroy memory of an instance.
|
||||
|
||||
use crate::{error::update_last_error, wasmer_limits_t, wasmer_result_t};
|
||||
use libc::{uint32_t, uint8_t};
|
||||
|
Reference in New Issue
Block a user