PkmnLib_rs/src/script_implementations/mod.rs

4 lines
112 B
Rust
Executable File

/// The WASM module handles loading dynamic scripts through WebAssembly.
#[cfg(feature = "wasm")]
pub mod wasm;