Commit 7663da238e

Andrew Kelley <andrew@ziglang.org>
2024-05-01 00:23:37
link.Wasm: add missing CPU feature
1 parent 5f0a2f2
Changed files (1)
src
link
src/link/Wasm/types.zig
@@ -195,6 +195,7 @@ pub const Feature = struct {
         bulk_memory,
         exception_handling,
         extended_const,
+        multimemory,
         multivalue,
         mutable_globals,
         nontrapping_fptoint,
@@ -218,6 +219,7 @@ pub const Feature = struct {
                 .bulk_memory => "bulk-memory",
                 .exception_handling => "exception-handling",
                 .extended_const => "extended-const",
+                .multimemory => "multimemory",
                 .multivalue => "multivalue",
                 .mutable_globals => "mutable-globals",
                 .nontrapping_fptoint => "nontrapping-fptoint",