link.Wasm: add missing CPU feature

This commit is contained in:
Andrew Kelley 2024-04-30 15:23:37 -07:00
parent 5f0a2f2a0c
commit 7663da238e

View File

@ -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",