proxy_wasm::hostcalls

Function set_map_bytes

Source
pub fn set_map_bytes(
    map_type: MapType,
    map: Vec<(&str, &[u8])>,
) -> Result<(), Status>