pub trait WasmFile<B: AsRef<[u8]>> { // Required method fn into_parts(self) -> Result<(WasmUri, B)>; }