Derive the [`WasmType`] from the pointer size.
(&self)
| 174 | |
| 175 | /// Derive the [`WasmType`] from the pointer size. |
| 176 | pub(crate) fn ptr_type(&self) -> WasmValType { |
| 177 | self.ptr_type |
| 178 | } |
| 179 | |
| 180 | /// Resolves a [`Callee::FuncRef`] from a type index. |
| 181 | pub(crate) fn funcref(&mut self, idx: TypeIndex) -> Callee { |
no outgoing calls
no test coverage detected