| 15 | |
| 16 | namespace { |
| 17 | Runtime::Instance::ModuleInstance * |
| 18 | create(const Plugin::PluginModule::ModuleDescriptor *) noexcept { |
| 19 | return new WasiLoggingModule; |
| 20 | } |
| 21 | } // namespace |
| 22 | |
| 23 | using namespace std::literals; |
no outgoing calls
no test coverage detected