MCPcopy 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
70int main() {
71 auto buffer = serialize();
72 deserialize(buffer);
73 return 0;
74}

Callers

nothing calls this directly

Calls 2

serializeFunction · 0.70
deserializeFunction · 0.70

Tested by

no test coverage detected