This commit is contained in:
parent
6d15ff3a35
commit
5fd38282b6
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
|||
|
||||
A programming language that quickly compiles to machine code.
|
||||
|
||||
## Platforms
|
||||
|
||||
| CPU | Linux | Mac | Windows |
|
||||
| ------ | ----- | --- | ------- |
|
||||
| arm64 | ✅ | ❔ | ❔ |
|
||||
| x86-64 | ✅ | ✅ | ✅ |
|
||||
|
||||
Those marked with a ❔ are theoretically supported but there are no developer machines to test them.
|
||||
|
||||
## License
|
||||
|
||||
Please see the [license documentation](https://urbach.dev/license).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue