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

Method AOTSection

include/loader/aot_section.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class AOTSection : public Executable {
31public:
32 AOTSection() noexcept = default;
33 ~AOTSection() noexcept override { unload(); }
34 Expect<void> load(const AST::AOTSection &AOTSec) noexcept;
35 void unload() noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected