Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace {
13
14
Runtime::Instance::ComponentInstance *
15
create(const Plugin::PluginComponent::ComponentDescriptor *) noexcept {
16
return new WasiHttpModule();
17
}
18
19
Plugin::Plugin::PluginDescriptor Descriptor{
20
.Name =
"wasi_http"
,
Callers
1
run
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected