Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Warta <[email protected]>
  • Loading branch information
chipshort and webmaster128 committed Oct 11, 2023
1 parent 9e362a3 commit 9b378df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/src/modules/file_system_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use crate::modules::current_wasmer_module_version;
/// This internally changes how rkyv is used for module serialization, making compatibility unlikely.
/// - **v8**:<br>
/// New version because of Wasmer 4.1.2 -> 4.2.2 upgrade.
/// Module compatibility between wasmer versions is not guaranteed.
/// Module compatibility between Wasmer versions is not guaranteed.
const MODULE_SERIALIZATION_VERSION: &str = "v8";

/// Representation of a directory that contains compiled Wasm artifacts.
Expand Down

0 comments on commit 9b378df

Please sign in to comment.