Skip to content

Commit

Permalink
doc: cargo doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Dec 14, 2024
1 parent c2ba5b7 commit 3b745ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/host/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! 1. When using the feature flag `wasmer_sys`, modules can be accessed via the exported [`ModuleCache`].
//! This ensures that wasm modules are compiled once, then cached and stored efficiently.
//!
//! 2. When using the feature flag `wasmer_wamr`, modules can be built via the exported [`build_module`] function.
//! 2. When using the feature flag `wasmer_wamr`, modules can be built via the exported build_module function.
//! There is no need for caching in this case, as the wasm module is interpreted.
use parking_lot::Mutex;
Expand Down

0 comments on commit 3b745ca

Please sign in to comment.