(&mut self)
| 2575 | } |
| 2576 | |
| 2577 | pub fn path_to_cabi_dealloc(&mut self) -> String { |
| 2578 | self.path_from_runtime_module(RuntimeItem::CabiDealloc, "cabi_dealloc") |
| 2579 | } |
| 2580 | |
| 2581 | pub fn path_to_as_i32(&mut self) -> String { |
| 2582 | self.path_from_runtime_module(RuntimeItem::AsI32, "as_i32") |
no test coverage detected