MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / serializeModule

Method serializeModule

lib/loader/loader.cpp:235–237  ·  view source on GitHub ↗

Serialize module into byte code. See "include/loader/loader.h".

Source from the content-addressed store, hash-verified

233
234// Serialize module into byte code. See "include/loader/loader.h".
235Expect<std::vector<Byte>> Loader::serializeModule(const AST::Module &Mod) {
236 return Ser.serializeModule(Mod);
237}
238
239// Helper function to set the function type for tag.
240void Loader::setTagFunctionType(AST::TagSection &TagSec,

Callers 3

generateCoredumpFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36