postcss-plugins icon indicating copy to clipboard operation
postcss-plugins copied to clipboard

start tracking porffor

Open romainmenke opened this issue 1 year ago • 0 comments

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.

romainmenke avatar Aug 08 '24 18:08 romainmenke