PkmnLib_rs/src/script_implementations/mod.rs

4 lines
112 B
Rust
Raw Normal View History

2022-07-18 08:16:47 +00:00
/// The WASM module handles loading dynamic scripts through WebAssembly.
#[cfg(feature = "wasm")]
pub mod wasm;