Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Normalise paths

+1 -1
+1 -1
test-package-compiler/build.rs
··· 17 17 names.sort(); 18 18 for name in names.into_iter() { 19 19 let path = cases.join(&name); 20 - let path = path.to_str().unwrap().replace('\\', "\\\\"); 20 + let path = path.to_str().unwrap().replace('\\', "/"); 21 21 module.push_str(&format!( 22 22 r#" 23 23 #[rustfmt::skip]