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

Method WriteModule

src/c-writer.cc:6142–6148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6140}
6141
6142Result CWriter::WriteModule(const Module& module) {
6143 WABT_USE(options_);
6144 module_ = &module;
6145 WriteCHeader();
6146 WriteCSource();
6147 return result_;
6148}
6149
6150// static
6151const char* CWriter::GetReferenceTypeName(const Type& type) {

Callers 1

WriteCFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected