summaryrefslogtreecommitdiff
path: root/src/tools/wast2wasm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wast2wasm.cc')
-rw-r--r--src/tools/wast2wasm.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tools/wast2wasm.cc b/src/tools/wast2wasm.cc
index 4bfc2e7c..5ff77df2 100644
--- a/src/tools/wast2wasm.cc
+++ b/src/tools/wast2wasm.cc
@@ -41,10 +41,8 @@ static const char* s_infile;
static const char* s_outfile;
static bool s_dump_module;
static int s_verbose;
-static WriteBinaryOptions s_write_binary_options =
- WABT_WRITE_BINARY_OPTIONS_DEFAULT;
-static WriteBinarySpecOptions s_write_binary_spec_options =
- WABT_WRITE_BINARY_SPEC_OPTIONS_DEFAULT;
+static WriteBinaryOptions s_write_binary_options;
+static WriteBinarySpecOptions s_write_binary_spec_options;
static bool s_spec;
static bool s_validate = true;
static WastParseOptions s_parse_options;