Returns the offset of the code section in the original wasm file, used to calculate lookup values into the DWARF.
(&self)
| 267 | /// Returns the offset of the code section in the original wasm file, used |
| 268 | /// to calculate lookup values into the DWARF. |
| 269 | pub fn code_section_offset(&self) -> u64 { |
| 270 | self.code_section_offset |
| 271 | } |
| 272 | } |