From 4e79394dafb3af986992b54a8a48c68aee60cccd Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Wed, 11 Oct 2023 10:08:46 +0200 Subject: [PATCH] Fix typo Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> --- packages/vm/src/modules/file_system_cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vm/src/modules/file_system_cache.rs b/packages/vm/src/modules/file_system_cache.rs index e49063384f..60d8ddaf56 100644 --- a/packages/vm/src/modules/file_system_cache.rs +++ b/packages/vm/src/modules/file_system_cache.rs @@ -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**:
/// 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.