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

Function WriteBinarySpecScript

src/binary-writer-spec.cc:647–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645} // end anonymous namespace
646
647Result WriteBinarySpecScript(Stream* json_stream,
648 WriteBinarySpecStreamFactory module_stream_factory,
649 Script* script,
650 std::string_view source_filename,
651 std::string_view module_filename_noext,
652 const WriteBinaryOptions& options) {
653 BinaryWriterSpec binary_writer_spec(json_stream, module_stream_factory,
654 source_filename, module_filename_noext,
655 options);
656 return binary_writer_spec.WriteScript(*script);
657}
658
659Result WriteBinarySpecScript(
660 Stream* json_stream,

Callers 2

ProgramMainFunction · 0.85

Calls 4

WriteScriptMethod · 0.80
emplace_backMethod · 0.80
backMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected