Module wasmparser::types
source · Expand description
Types relating to type information provided by validation.
Structs§
- Represents a unique identifier for a core type type known to a
crate::Validator
. - Represents a unique identifier for a recursion group type known to a
crate::Validator
. - Represents the types known to a
crate::Validator
once validation has completed. - Represents the types known to a
crate::Validator
during validation.
Enums§
- The entity type for imports and exports of a module.
Traits§
- A trait shared by all types within a
Types
. - A trait shared by all type identifiers.