pub fn kebab_to_flags_const(n: &str) -> Ident
Convert a kebab name to a SCREAMING_SNAKE_CASE identifier suitable for use as a constant in a wasmtime::component::flags! invocation.
wasmtime::component::flags!