Module wasmtime_environ::wasmparser::names
source · Expand description
Definitions of name-related helpers and newtypes, primarily for the component model.
Structs
- A “kebab name” in the component model which is backed by
T
, which defaults toString
. - Represents a kebab string slice used in validation.
- Represents an owned kebab string for validation.
Enums
- Created via
KebabName::kind
and classifies a name.