Enum wast::ModuleKind [−][src]
The different kinds of ways to define a module.
Variants
Text(Vec<ModuleField<'a>>)
A module defined in the textual s-expression format.
A module that had its raw binary bytes defined via the binary
directive.