kkebo / zyphy

Zyphy is (or will be) a fast web browser engine written in Swift.
MIT License
4 stars 1 forks source link

Support Linux #8

Closed kkebo closed 12 months ago

kkebo commented 12 months ago

The latest nightly toolchains have already supported Swift macros. Even if not, I have to use a nightly toolchain because the CodeItem macros is an experimental feature and stable toolchains don't enable it. Thus, I found that I already can support Linux.

https://forums.swift.org/t/are-macros-supported-on-linux-yet/65427/22

I also added a CI job for Linux.