| 80 | }; |
| 81 | |
| 82 | struct ExportV1 { |
| 83 | uint32_t func_index; |
| 84 | uint32_t name_start; // offset into the string data |
| 85 | uint32_t name_size; |
| 86 | }; |
| 87 | |
| 88 | struct CallbackV1 { |
| 89 | uint32_t dependency_event_index; |
nothing calls this directly
no outgoing calls
no test coverage detected