pub fn add_to_linker<T>(l: &mut Linker<T>) -> Result<()>where
    T: WasiHttpView + Host,