cashscript
cashscript copied to clipboard
[enhancement] enable inlining script assembly
will be useful for producing optimized libraries
or just to save bytes by forcing some checks or ops to be carried out in a particular manner
I think this will be very useful long-term. But for now it is kind of hard to integrate in a type-safe way. So I don't think we'll be able to implement this in CashScript v1.0. But definitely something to consider for later.