summaryrefslogtreecommitdiff
path: root/include/wabt/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wabt/binary-reader-logging.h')
-rw-r--r--include/wabt/binary-reader-logging.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wabt/binary-reader-logging.h b/include/wabt/binary-reader-logging.h
index ba205a10..4bb16deb 100644
--- a/include/wabt/binary-reader-logging.h
+++ b/include/wabt/binary-reader-logging.h
@@ -346,6 +346,12 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Result OnDylinkExport(std::string_view name, uint32_t flags) override;
Result EndDylinkSection() override;
+ Result BeginGenericCustomSection(Offset size) override;
+ Result OnGenericCustomSection(std::string_view name,
+ const void* data,
+ Offset size) override;
+ Result EndGenericCustomSection() override;
+
Result BeginTargetFeaturesSection(Offset size) override;
Result OnFeatureCount(Index count) override;
Result OnFeature(uint8_t prefix, std::string_view name) override;