[][src]Function ewasm_api::code_copy

pub fn code_copy(
    from: usize,
    length: usize,
    ret: &mut [u8]
) -> Result<(), Error>

Copies the segment of running code beginning at from and continuing for length bytes.