1 2 3 4 5 6 7
define_api_id!(1, "core-v0"); #[link(wasm_import_module = "ark-core-v0")] extern "C" { pub fn core__return_slice(ptr: *const u8, len: u32, size: u32) -> u32; pub fn core__get_input_slice(ptr: *mut u8, size: u32, offset: u32) -> u32; }