Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ hostFnOverwrite
Function
hostFnOverwrite
test/api/APIAOTNestedVMTest.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
183
size_t CalledHostFnOverwrite = 0;
184
void hostFnOverwrite() {
185
++CalledHostFnOverwrite;
186
callWasm(
"wasmFnOverwrite"
);
187
}
188
189
/*
190
Call graph:
Callers
1
callWasm
Function · 0.85
Calls
1
callWasm
Function · 0.85
Tested by
no test coverage detected