MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / Linker

Method Linker

src/exec/Linker.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace WasmVM;
13
14Linker::Linker(Config config): config(config){}
15
16void Linker::consume(std::filesystem::path module_path, std::istream& stream){
17 // Decode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected