Function aingle_wasmer_host::import::__import_data[][src]

pub fn __import_data(
    ctx: &mut Ctx,
    guest_ptr: GuestPtr
) -> Result<(), WasmError>

Dump the current Ctx data wherever the guest asks us to. The Ctx data is cleared to a null ptr in the process.