Enum wast::EventType [−][src]
pub enum EventType<'a> { Exception(TypeUse<'a, FunctionType<'a>>), }
Listing of various types of events that can be defined in a wasm module.
Variants
Exception(TypeUse<'a, FunctionType<'a>>)
An exception event, where the payload is the type signature of the event (constructor parameters, etc).