pub struct WasmFuncInst {
pub function_type: FuncType,
pub ty: usize,
pub locals: Vec<ValType>,
pub code_expr: Span,
pub stp: usize,
pub module_addr: usize,
}
Fields§
§function_type: FuncType
§ty: usize
§locals: Vec<ValType>
§code_expr: Span
§stp: usize
index of the sidetable corresponding to the beginning of this functions code
module_addr: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmFuncInst
impl RefUnwindSafe for WasmFuncInst
impl Send for WasmFuncInst
impl Sync for WasmFuncInst
impl Unpin for WasmFuncInst
impl UnwindSafe for WasmFuncInst
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more