Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ add
Method
add
test/externref/ExternrefTest.cpp:143–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
class AddClass {
142
public:
143
uint32_t add(uint32_t A, uint32_t B) const { return A + B; }
144
};
145
146
// Test: functor passed as a reference.
Callers
1
ExternClassAdd
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected