Function ss_ewasm_api::code_copy[][src]

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

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