Wasmex.Components.FieldConverter (wasmex v0.13.0)

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.

Summary

Functions

maybe_convert_args(args, bool)

maybe_convert_result(arg, arg2)

to_elixir(list)

to_wit(list)