Skip to content

Commit

Permalink
chore: fmt + clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Dec 24, 2024
1 parent 206b95c commit a169d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/host/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub struct ModuleCache {

// A function to create a new compiler engine for every module
make_engine: fn() -> Engine,

// The runtime engine is used only to execute function calls on instances,
// so it does not require a compiler.
//
Expand All @@ -166,7 +166,7 @@ pub struct ModuleCache {
runtime_engine: Engine,

// Filesystem path where serialized modules are cached.
//
//
// A serialized wasm module must still be deserialized before it can be used to build instances.
// The deserialization process is far faster than compiling and much slower than instance building.
serialized_filesystem_cache_path: Option<PathBuf>,
Expand Down

0 comments on commit a169d06

Please sign in to comment.