Struct wasmtime_environ::Compilation [−][src]
The result of compiling a WebAssemby module's functions.
Fields
functions: Vec<Vec<u8>>
Compiled machine code for the function bodies.
Methods
impl Compilation
[src]
impl Compilation
pub fn new(functions: Vec<Vec<u8>>) -> Self
[src]
pub fn new(functions: Vec<Vec<u8>>) -> Self
Allocates the compilation result with the given function bodies.
Trait Implementations
impl Debug for Compilation
[src]
impl Debug for Compilation
Auto Trait Implementations
impl Send for Compilation
impl Send for Compilation
impl Sync for Compilation
impl Sync for Compilation