diff options
Diffstat (limited to 'include/wabt/wast-parser.h')
-rw-r--r-- | include/wabt/wast-parser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wabt/wast-parser.h b/include/wabt/wast-parser.h index b80a8e5d..9464147d 100644 --- a/include/wabt/wast-parser.h +++ b/include/wabt/wast-parser.h @@ -163,6 +163,9 @@ class WastParser { Result ParseStartModuleField(Module*); Result ParseTableModuleField(Module*); + Result ParseCustomSectionAnnotation(Module*); + bool PeekIsCustom(); + Result ParseExportDesc(Export*); Result ParseInlineExports(ModuleFieldList*, ExternalKind); Result ParseInlineImport(Import*); |