Trait wasmparser::WasmType [−][src]
Types that qualify as Wasm types for validation purposes.
Must be comparable with wasmparser
given Wasm types and
must be comparable to themselves.
Required methods
fn to_parser_type(&self) -> Type
[src]
Converts the custom type into a wasmparser
known type.
Note
This interface is required as bridge until transitioning is complete.