Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ main
Function
main
examples/serialize.cc:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
int main() {
71
auto buffer = serialize();
72
deserialize(buffer);
73
return 0;
74
}
Callers
nothing calls this directly
Calls
2
serialize
Function · 0.70
deserialize
Function · 0.70
Tested by
no test coverage detected