We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbe88b commit b7ef836Copy full SHA for b7ef836
packages/vm/src/modules/cached_module.rs
@@ -20,7 +20,7 @@ pub struct CachedModule {
20
/// as an estimate for this.
21
///
22
/// Between CosmWasm 1.4 (Wasmer 4) and 1.5.2, Store/Engine were not cached. This lead to a
23
- /// memory consumtion problem. From 1.5.2 on, Module and Engine are cached and Store is created
+ /// memory consumption problem. From 1.5.2 on, Module and Engine are cached and Store is created
24
/// from Engine on demand.
25
26
/// The majority of the Module size is the Artifact which is why we use the module filesize as the estimate.
0 commit comments