Copy out the WasmSlice, careful, the lifetime of this is really tied to the memory lifetime backing the WasmAlloc
(&self)
| 205 | |
| 206 | /// Copy out the WasmSlice, careful, the lifetime of this is really tied to the memory lifetime backing the WasmAlloc |
| 207 | pub fn wasm_slice(&self) -> WasmSlice { |
| 208 | self.wasm_slice |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | impl<'w> Deref for WasmSliceWrapper<'w> { |
no outgoing calls
no test coverage detected