| author | |
| committer | |
| log | 15a3ee19795dd9807107c2a45fa328b00e9edd10 |
| tree | 0cfffdacdc2642232e9d124a08c27f495a8b7fba |
| parent | 0bb9db399813c01cf022ce1a2766a497796327ba |
| signature |
This is literally just isWasm() and has no uses in the repository.1 files changed, 0 insertions(+), 4 deletions(-)
lib/std/Target.zig-4| ... | ... | @@ -1633,10 +1633,6 @@ pub inline fn isGnuLibC(target: Target) bool { |
| 1633 | 1633 | return target.os.tag.isGnuLibC(target.abi); |
| 1634 | 1634 | } |
| 1635 | 1635 | |
| 1636 | pub inline fn supportsNewStackCall(target: Target) bool { | |
| 1637 | return !target.cpu.arch.isWasm(); | |
| 1638 | } | |
| 1639 | ||
| 1640 | 1636 | pub inline fn isSpirV(target: Target) bool { |
| 1641 | 1637 | return target.cpu.arch.isSpirV(); |
| 1642 | 1638 | } |