Function sp_runtime_interface_test_wasm::test_api::return_16kb[][src]

pub fn return_16kb() -> Vec<u32>
Expand description

Returns 16kb data.

Note

We return a Vec<u32> because this will use the code path that uses SCALE to pass the data between native/wasm. (Vec is passed without encoding the data)