postcss-plugins
postcss-plugins copied to clipboard
start tracking porffor
AOT compilation to native is really interesting for dev tools as those are often downloaded once and then used for a while without any changes.
Paying the (high) cost compiling to native to then have a really fast binary is worth it.
This could be an alternative to the trend of doing rewrites in rust.
This PR isn't intended to be merged, but contains some debug stuff to check what porffor can already do today.