Struct wabt::Module[][src]

pub struct Module { /* fields omitted */ }

WebAssembly module.

Methods

impl Module
[src]

Parse source in WebAssembly text format.

Read WebAssembly binary.

read_binary doesn't do any validation. If you want to validate, you can the module you can call validate.

Validate the module.

Trait Implementations

impl Drop for Module
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Module

impl !Sync for Module