Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ProgramMain
Function · 0.45
WriteBufferToFile
Function · 0.45
ProgramMain
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected