Struct web_assembler::FunctionBody
[−]
[src]
pub struct FunctionBody {
pub locals: Vec<LocalEntry>,
pub code: Code,
}Fields
locals: Vec<LocalEntry>
code: Code
Methods
impl FunctionBody[src]
fn resolve_functions(&mut self, nimports: u32)[src]
Trait Implementations
impl Debug for FunctionBody[src]
impl Clone for FunctionBody[src]
fn clone(&self) -> FunctionBody[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more