mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
link.Wasm: add missing CPU feature
This commit is contained in:
parent
5f0a2f2a0c
commit
7663da238e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue