File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use super::CachedModule;
23
23
/// This needs to be done e.g. when switching between the jit/native engine.
24
24
///
25
25
/// The string is used as a folder and should be named in a way that is
26
- /// easy to interprete for system admins. It should allow easy clearing
26
+ /// easy to interpret for system admins. It should allow easy clearing
27
27
/// of old versions.
28
28
///
29
29
/// See https://github.com/wasmerio/wasmer/issues/2781 for more information
@@ -59,7 +59,7 @@ use super::CachedModule;
59
59
/// New version because of Wasmer 4.1.2 -> 4.2.2 upgrade.
60
60
/// Module compatibility between Wasmer versions is not guaranteed.
61
61
/// - **v9**:<br>
62
- /// New version because of Wasmer 4.2.2 -> 4.2.5 upgrade.
62
+ /// New version because of Wasmer 4.2.2 -> 4.2.6 upgrade.
63
63
/// Module compatibility between Wasmer versions is not guaranteed.
64
64
const MODULE_SERIALIZATION_VERSION : & str = "v9" ;
65
65
You can’t perform that action at this time.
0 commit comments