(&mut self)
| 219 | |
| 220 | impl<'w> Drop for WasmSliceWrapper<'w> { |
| 221 | fn drop(&mut self) { |
| 222 | eprintln!("leaked wasm slice in WASM") |
| 223 | |
| 224 | //if let Err(err) = self.wasm_alloc.dealloc_bytes(self.wasm_slice, self.store) { |
| 225 | // warn!("Error deallocating bytes: {}", err); |
| 226 | //} |
| 227 | } |
| 228 | } |
nothing calls this directly
no outgoing calls
no test coverage detected