tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
267 stars 53 forks source link

feat/fix: do not decompile binary code by default #417

Closed anton-trunov closed 4 days ago

anton-trunov commented 4 days ago

Decompilation of BoC files now happens at the end of the compilation pipeline only if it's explicitly configured

Closes #415