| 200 | } |
| 201 | |
| 202 | AST::CustomSection |
| 203 | createCoreinstances(Span<const Runtime::Instance::ModuleInstance *const>) { |
| 204 | // TODO: Finish coreinstances |
| 205 | AST::CustomSection CoreInstances; |
| 206 | CoreInstances.setName("coreinstances"); |
| 207 | auto &Content = CoreInstances.getContent(); |
| 208 | Content.push_back(0x00); |
| 209 | return CoreInstances; |
| 210 | } |
| 211 | |
| 212 | } // namespace Coredump |
| 213 | } // namespace WasmEdge |
no test coverage detected