diff options
Diffstat (limited to 'include/wabt/c-writer.h')
-rw-r--r-- | include/wabt/c-writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wabt/c-writer.h b/include/wabt/c-writer.h index b9fb40de..8e400674 100644 --- a/include/wabt/c-writer.h +++ b/include/wabt/c-writer.h @@ -29,6 +29,7 @@ class Stream; struct WriteCOptions { std::string_view module_name; + Features features; /* * name_to_output_file_index takes const iterators to begin and end of a list * of all functions in the module, number of imported functions, and number of |