5 ms·
I saw that deno did this but cool to see node picked it up too. I wish there was an option to run turbofan at build to generate the instructions rather than shi
by enva2712 2y ago
I saw that deno did this but cool to see node picked it up too. I wish there was an option to run turbofan at build to generate the instructions rather than shipping the entire engine, but i guess that would require static deps and no eval, which can’t really be statically checked with certainty
- binarymax 2y agoThe engine is actually pretty small. Something like 50-100MB if memory serves (when I was using pkg)