Struct wasmtime_environ::Compilation[][src]

pub struct Compilation {
    pub functions: Vec<Vec<u8>>,
}

The result of compiling a WebAssemby module's functions.

Fields

Compiled machine code for the function bodies.

Methods

impl Compilation
[src]

Allocates the compilation result with the given function bodies.

Trait Implementations

impl Debug for Compilation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Compilation

impl Sync for Compilation