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

Method WriteModule

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

Source from the content-addressed store, hash-verified

391}
392
393void BinaryWriterSpec::WriteModule(std::string_view filename,
394 const Module& module) {
395 result_ |=
396 WriteBinaryModule(module_stream_factory_(filename), &module, options_);
397}
398
399void BinaryWriterSpec::WriteScriptModule(std::string_view filename,
400 const ScriptModule& script_module) {

Callers

nothing calls this directly

Calls 1

WriteBinaryModuleFunction · 0.85

Tested by

no test coverage detected