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

Function WriteBinaryModule

src/binary-writer.cc:1943–1948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1941} // end anonymous namespace
1942
1943Result WriteBinaryModule(Stream* stream,
1944 const Module* module,
1945 const WriteBinaryOptions& options) {
1946 BinaryWriter binary_writer(stream, options, module);
1947 return binary_writer.WriteModule();
1948}
1949
1950} // namespace wabt

Callers 3

WriteModuleMethod · 0.85
wabt_write_binary_moduleFunction · 0.85
ProgramMainFunction · 0.85

Calls 1

WriteModuleMethod · 0.45

Tested by 1

WriteModuleMethod · 0.68