mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
remove wasm from redzone targets list
This commit is contained in:
parent
0fb80b0633
commit
f34ef39af1
1 changed files with 0 additions and 2 deletions
|
|
@ -312,8 +312,6 @@ pub fn hasRedZone(target: std.Target) bool {
|
|||
.powerpcle,
|
||||
.powerpc64,
|
||||
.powerpc64le,
|
||||
.wasm32,
|
||||
.wasm64,
|
||||
.x86_64,
|
||||
.x86,
|
||||
=> true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue