pub fn normalize_name(name: &str) -> StringExpand description
Convert plugin name to a form suitable for library names: hyphens
become underscores. Kept for backwards-compatibility with existing
templates; new .wasm artefacts typically use the plugin name as-is.