mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
link.Wasm: add missing CPU feature
This commit is contained in:
parent
5f0a2f2a0c
commit
7663da238e
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user