Move wasm main to wasm.rs

This commit is contained in:
2026-01-03 20:56:41 +01:00
parent 314a3b455c
commit 894f5c5e20
3 changed files with 15 additions and 12 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ impl Default for Config {
}
}
#[cfg(not(target_arch = "wasm32"))]
#[cfg(target_os = "linux")]
pub use fs::*;
#[cfg(not(target_arch = "wasm32"))]
#[cfg(target_os = "linux")]
mod fs {
use super::Config;
use anyhow::{Context, Ok};