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

Function create

plugins/wasi_http/env.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace {
13
14Runtime::Instance::ComponentInstance *
15create(const Plugin::PluginComponent::ComponentDescriptor *) noexcept {
16 return new WasiHttpModule();
17}
18
19Plugin::Plugin::PluginDescriptor Descriptor{
20 .Name = "wasi_http",

Callers 1

runFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected