(&self)
| 47 | |
| 48 | impl TableData { |
| 49 | pub fn index_type(&self) -> WasmValType { |
| 50 | match self.ty.idx_type { |
| 51 | IndexType::I32 => WasmValType::I32, |
| 52 | IndexType::I64 => WasmValType::I64, |
| 53 | } |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | /// Heap metadata. |
no outgoing calls
no test coverage detected