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 e03585e commit 1a369f8Copy full SHA for 1a369f8
packages/vm/src/modules/file_system_cache.rs
@@ -315,7 +315,7 @@ mod tests {
315
cache.store(&checksum, &module).unwrap();
316
317
let mut globber = glob::glob(&format!(
318
- "{}/v9-wasmer7/**/{}.module",
+ "{}/v10-wasmer7/**/{}.module",
319
tmp_dir.path().to_string_lossy(),
320
checksum
321
))
@@ -398,9 +398,9 @@ mod tests {
398
assert_eq!(
399
p.as_os_str(),
400
if cfg!(windows) {
401
- "modules\\v9-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
+ "modules\\v10-wasmer17\\x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
402
} else {
403
- "modules/v9-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
+ "modules/v10-wasmer17/x86_64-nintendo-fuchsia-gnu-coff-01E9F9FE"
404
}
405
);
406
0 commit comments