# `Wasmex.Components.FieldConverter`

Converts field names between Elixir's snake_case and WIT's kebab-case conventions.

This module provides bidirectional conversion for field names in maps and nested
data structures, allowing seamless interaction between Elixir code and WebAssembly
components that use different naming conventions.

# `maybe_convert_args`

# `maybe_convert_result`

# `to_elixir`

# `to_wit`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
