mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 13:11:32 +00:00
doc(runtime-c-api) Fix a typo.
Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
This commit is contained in:
@ -48,7 +48,7 @@ pub(crate) struct NamedExports(pub Vec<NamedExport>);
|
|||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct wasmer_exports_t;
|
pub struct wasmer_exports_t;
|
||||||
|
|
||||||
/// Intermediate representation of an export dsscriptor that is
|
/// Intermediate representation of an export descriptor that is
|
||||||
/// exposed to C.
|
/// exposed to C.
|
||||||
pub(crate) struct NamedExportDescriptor {
|
pub(crate) struct NamedExportDescriptor {
|
||||||
/// The export name.
|
/// The export name.
|
||||||
|
Reference in New Issue
Block a user