Skip to content

Commit

Permalink
chore: comment clarity
Browse files Browse the repository at this point in the history
Co-authored-by: ThetaSinner <[email protected]>
  • Loading branch information
mattyg and ThetaSinner authored Jan 7, 2025
1 parent e0fa1f3 commit 9bcd47d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crates/host/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ trait PlruCache {
}
}

/// Caches deserialized wasm modules. Deserialization of cached modules from
/// the cache to create callable instances is slow. Therefore modules are
/// cached in memory after deserialization.
/// Caches deserialized wasm modules.
///
/// Deserialization of cached modules from the cache to create callable instances is slow.
/// Therefore modules are cached in memory after deserialization.
#[derive(Default, Debug)]
struct DeserializedModuleCache {
plru: MicroCache,
Expand Down

0 comments on commit 9bcd47d

Please sign in to comment.