Module wasmtime_environ::wasmparser::names
source · Expand description
Definitions of name-related helpers and newtypes, primarily for the component model.
Structs§
- An import or export name in the component model which is backed by
T
, which defaults toString
. - A dependency on an implementation either as
locked-dep=...
orunlocked-dep=...
- A dependency on an implementation either as
integrity=...
. - An interface name, stored as
a:b/c@1.2.3
- Represents a kebab string slice used in validation.
- Represents an owned kebab string for validation.
- A resource name and its function, stored as
a.b
. - A dependency on an implementation either as
url=...
Enums§
- Created via
ComponentName::kind
and classifies a name.