mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 03:53:20 +00:00
remove wasm from redzone targets list
This commit is contained in:
parent
0fb80b0633
commit
f34ef39af1
@ -312,8 +312,6 @@ pub fn hasRedZone(target: std.Target) bool {
|
||||
.powerpcle,
|
||||
.powerpc64,
|
||||
.powerpc64le,
|
||||
.wasm32,
|
||||
.wasm64,
|
||||
.x86_64,
|
||||
.x86,
|
||||
=> true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user