Getter for function local number.
| 95 | |
| 96 | /// Getter for function local number. |
| 97 | uint32_t getLocalNum() const noexcept { |
| 98 | return std::get_if<WasmFunction>(&Data)->LocalNum; |
| 99 | } |
| 100 | |
| 101 | /// Getter for function body instrs. |
| 102 | AST::InstrView getInstrs() const noexcept { |