Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ Run
Method
Run
tests/runtime/cpp/cpp-with/runner.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <runner_cpp.h>
4
5
void exports::runner::Run() {
6
auto msg = my::inline_::foo::Msg { wit::string::from_view(
"hello"
) };
7
my::inline_::bar::Bar(msg);
8
}
Callers
nothing calls this directly
Calls
1
Bar
Function · 0.50
Tested by
no test coverage detected