pub struct RemapperOutput {
pub output: Vec<u8>,
pub names: NameMap,
}
Fields§
§output: Vec<u8>
A wasm binary with debug symbols added from the reference binary.
names: NameMap
A map of function ids to their new names in the output binary.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemapperOutput
impl RefUnwindSafe for RemapperOutput
impl Send for RemapperOutput
impl Sync for RemapperOutput
impl Unpin for RemapperOutput
impl UnwindSafe for RemapperOutput
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