diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wasm-features.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm-features.h b/src/wasm-features.h index 7bdefd02a..2ceb9796b 100644 --- a/src/wasm-features.h +++ b/src/wasm-features.h @@ -23,6 +23,8 @@ #include "compiler-support.h" #include "support/utilities.h" +namespace wasm { + struct FeatureSet { enum Feature : uint32_t { MVP = 0, @@ -201,4 +203,6 @@ struct FeatureSet { uint32_t features; }; +} // namespace wasm + #endif // wasm_features_h |