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

Method OnNameEntry

src/binary-reader-logging.cc:532–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532Result BinaryReaderLogging::OnNameEntry(NameSectionSubsection type,
533 Index index,
534 std::string_view name) {
535 LOGF("OnNameEntry(type: %s, index: %" PRIindex ", name: \"" PRIstringview
536 "\")\n",
537 GetNameSectionSubsectionName(type), index,
538 WABT_PRINTF_STRING_VIEW_ARG(name));
539 return reader_->OnNameEntry(type, index, name);
540}
541
542Result BinaryReaderLogging::OnDylinkInfo(uint32_t mem_size,
543 uint32_t mem_align,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected