summaryrefslogtreecommitdiff
path: root/src/wast-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r--src/wast-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h
index 53ba4422..ea83bbde 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -25,7 +25,7 @@ struct Script;
class SourceErrorHandler;
struct WastParseOptions {
- bool allow_exceptions = false;
+ bool allow_future_exceptions = false;
bool debug_parsing = false;
};