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 101ca1f commit e03585eCopy full SHA for e03585e
packages/vm/src/modules/file_system_cache.rs
@@ -61,7 +61,9 @@ use super::CachedModule;
61
/// - **v9**:<br>
62
/// New version because of Wasmer 4.2.2 -> 4.2.6 upgrade.
63
/// Module compatibility between Wasmer versions is not guaranteed.
64
-const MODULE_SERIALIZATION_VERSION: &str = "v9";
+/// - **v10**:<br>
65
+/// New version because of Metering middleware change.
66
+const MODULE_SERIALIZATION_VERSION: &str = "v10";
67
68
/// Representation of a directory that contains compiled Wasm artifacts.
69
pub struct FileSystemCache {
0 commit comments