| 28 | class CodeGen { |
| 29 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected