Encode as a Wasm module.
(&mut self)
| 121 | impl ExceptionOps { |
| 122 | /// Encode as a Wasm module. |
| 123 | pub fn to_wasm_binary(&mut self) -> Vec<u8> { |
| 124 | self.fixup(); |
| 125 | self.encode() |
| 126 | } |
| 127 | |
| 128 | /// Fix up the test case to ensure all indices and structures are valid. |
| 129 | pub fn fixup(&mut self) { |