csstools / postcss-plugins

PostCSS Tools and Plugins
https://preset-env.cssdb.org/
MIT No Attribution
888 stars 71 forks source link

start tracking porffor #1453

Open romainmenke opened 1 month ago

romainmenke commented 1 month ago

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.