summaryrefslogtreecommitdiff
path: root/src/binary.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2021-10-19 15:39:04 -0700
committerGitHub <noreply@github.com>2021-10-19 15:39:04 -0700
commit5d2a919ce1fea41a626c5cc8fc440879756fde9c (patch)
tree5b1f0cb7b560d51e73a7733593730b7e03508bc8 /src/binary.h
parent60ef15d09db5b6e9336ad7d3b400bd64571b3933 (diff)
downloadwabt-5d2a919ce1fea41a626c5cc8fc440879756fde9c.tar.gz
wabt-5d2a919ce1fea41a626c5cc8fc440879756fde9c.tar.bz2
wabt-5d2a919ce1fea41a626c5cc8fc440879756fde9c.zip
Add support for target_features section (#1744)
Diffstat (limited to 'src/binary.h')
-rw-r--r--src/binary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary.h b/src/binary.h
index c6757820..72322cb0 100644
--- a/src/binary.h
+++ b/src/binary.h
@@ -31,6 +31,7 @@
#define WABT_BINARY_SECTION_NAME "name"
#define WABT_BINARY_SECTION_RELOC "reloc"
#define WABT_BINARY_SECTION_LINKING "linking"
+#define WABT_BINARY_SECTION_TARGET_FEATURES "target_features"
#define WABT_BINARY_SECTION_DYLINK "dylink"
#define WABT_BINARY_SECTION_DYLINK0 "dylink.0"