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

Function createCoreinstances

lib/executor/coredump.cpp:202–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202AST::CustomSection
203createCoreinstances(Span<const Runtime::Instance::ModuleInstance *const>) {
204 // TODO: Finish coreinstances
205 AST::CustomSection CoreInstances;
206 CoreInstances.setName("coreinstances");
207 auto &Content = CoreInstances.getContent();
208 Content.push_back(0x00);
209 return CoreInstances;
210}
211
212} // namespace Coredump
213} // namespace WasmEdge

Callers 1

generateCoredumpFunction · 0.85

Calls 2

setNameMethod · 0.80
getContentMethod · 0.45

Tested by

no test coverage detected