diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index a92b62343..604854878 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -27,7 +27,7 @@ Name RETURN_FLOW("*return:)*"); Name NONCONSTANT_FLOW("*nonconstant:)*"); namespace BinaryConsts { -namespace UserSections { +namespace CustomSections { const char* Name = "name"; const char* SourceMapUrl = "sourceMappingURL"; const char* Dylink = "dylink"; @@ -51,7 +51,7 @@ const char* RelaxedSIMDFeature = "relaxed-simd"; const char* ExtendedConstFeature = "extended-const"; const char* StringsFeature = "strings"; const char* MultiMemoriesFeature = "multi-memories"; -} // namespace UserSections +} // namespace CustomSections } // namespace BinaryConsts Name STACK_POINTER("__stack_pointer"); |