mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-27 15:41:33 +00:00
doc(runtime-c-api) Fix a typo.
This commit is contained in:
@ -107,7 +107,7 @@ pub mod table;
|
|||||||
pub mod trampoline;
|
pub mod trampoline;
|
||||||
pub mod value;
|
pub mod value;
|
||||||
|
|
||||||
/// The `wasmer_result_t` struct is a type that represents either a
|
/// The `wasmer_result_t` enum is a type that represents either a
|
||||||
/// success, or a failure.
|
/// success, or a failure.
|
||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
|
Reference in New Issue
Block a user