Add sway compiler (#7409)

Should be pretty self explanatory. I've added a corresponding PR to the
infra repo [here](https://github.com/compiler-explorer/infra/pull/1532)

Please let me know if there is anything I've done incorrectly here!
Thanks

---------

Co-authored-by: Matt Godbolt <matt@godbolt.org>
This commit is contained in:
Joshua Batty
2025-02-25 02:38:13 +11:00
committed by GitHub
parent 49e1fabaa7
commit b272efdb53
11 changed files with 602 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ export type LanguageKey =
| 'solidity'
| 'spice'
| 'spirv'
| 'sway'
| 'swift'
| 'tablegen'
| 'toit'