Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ finalize_func_data
Method
finalize_func_data
src/wasm-v8.cc:1838–1840 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1836
}
1837
1838
void FuncData::finalize_func_data(void* data) {
1839
delete reinterpret_cast<FuncData*>(data);
1840
}
1841
1842
1843
// Global Instances
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected