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

Method CodeGen

include/llvm/codegen.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class CodeGen {
29public:
30 CodeGen(const Configure &Conf) noexcept : Conf(Conf) {}
31 Expect<void> codegen(Span<const Byte> WasmData, Data D,
32 std::filesystem::path OutputPath) noexcept;
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected