Function ewasm_api::code_copy

source ·
pub fn code_copy(from: usize, length: usize) -> Result<Vec<u8>, Error>
Expand description

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