| 12 | using namespace WasmVM; |
| 13 | |
| 14 | Linker::Linker(Config config): config(config){} |
| 15 | |
| 16 | void Linker::consume(std::filesystem::path module_path, std::istream& stream){ |
| 17 | // Decode |
nothing calls this directly
no outgoing calls
no test coverage detected