Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody committed Nov 24, 2022
1 parent 3f39656 commit 8c5e2e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/wasmi/src/module/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ pub enum ModuleImportType {
/// [`Memory`]: [`crate::Memory`]
Memory(MemoryType),
/// An imported [`Global`].
///
/// [`Global`]: [`crate::Global`]
Global(GlobalType),
}

Expand Down

0 comments on commit 8c5e2e6

Please sign in to comment.