MCPcopy Create free account
hub / github.com/WebAssembly/wabt / WriteToFile

Method WriteToFile

src/tools/wasm-strip.cc:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 Result WriteToFile(std::string_view filename) {
96 return stream_.WriteToFile(filename);
97 }
98
99 Result BeginCustomSection(Index section_index,
100 Offset size,

Callers 3

ProgramMainFunction · 0.45
WriteBufferToFileFunction · 0.45
ProgramMainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected