4 lines
112 B
Rust
Executable File
4 lines
112 B
Rust
Executable File
/// The WASM module handles loading dynamic scripts through WebAssembly.
|
|
#[cfg(feature = "wasm")]
|
|
pub mod wasm;
|