MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / create

Function create

lib/plugin/wasi_logging/module.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

CompileContextMethod · 0.50
FunctionCompilerMethod · 0.50
getTrapBBMethod · 0.50
compileMethod · 0.50
compileSignedTruncMethod · 0.50
compileSignedTruncSatMethod · 0.50
compileUnsignedTruncMethod · 0.50
compileAtomicRMWOpMethod · 0.50
updateGasMethod · 0.50
compileIndirectCallOpMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected