(&self, module: StaticModuleIndex)
| 229 | /// compiled artifact. |
| 230 | #[inline] |
| 231 | pub fn wasm_bytecode_for_module(&self, module: StaticModuleIndex) -> Option<&[u8]> { |
| 232 | self.original_code.wasm_bytecode_for_module(module) |
| 233 | } |
| 234 | |
| 235 | /// Returns the raw image as bytes (in our internal image format). |
| 236 | pub fn image(&self) -> &[u8] { |