devalang_wasm/language/addons/
mod.rs

1#[cfg(feature = "cli")]
2pub mod registry;
3
4#[cfg(not(feature = "cli"))]
5pub mod registry {}