Function wasmedge_storage_interface::wasmedge_storage::store::store_as_i32_vector[][src]

pub fn store_as_i32_vector(i32_vector: Vec<i32>) -> String
Expand description

This function does not use serde or bincode it just takes Vec and stores it natively This is for developers who want to unpack their data ahead of time and make it directly available to the WasmEdge without conversion/serialization overheads at execution time