You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, this page and all of the other means for smooth transitioning from FunC to Tact and approaches for integrating existing FunC code to Tact is very important going forward.
Therefore, this page should cover two aspects:
Tapping into existing FunC code from Tact — the main focus of this page, for general list of users.
Converting FunC code to Tact — for more advanced users. For the most part, this should be covered in "Coming from FunC" page #1130.
Once done, correct existing #-links to that page and add new ones to the appropriate places of the Book
UPD:
Actually, it should just become a part of description for native functions and have its own page similar to upcoming "assembly functions page". There, we'll describe everything people would need or ask when binding to existing FunC code from Tact, plus reference that from the "import code" page.
As for the aspect of converting the FunC code to Tact, it should be covered in #1130.
In particular:
exit-codes.mdxinto an article of the Book #887)as bytes32andas bytes64#1178 and Documentas remainingtact-docs#26In general, this page and all of the other means for smooth transitioning from FunC to Tact and approaches for integrating existing FunC code to Tact is very important going forward.
Therefore, this page should cover two aspects:
Once done, correct existing
#-links to that page and add new ones to the appropriate places of the BookUPD:
Actually, it should just become a part of description for
nativefunctions and have its own page similar to upcoming "assembly functions page". There, we'll describe everything people would need or ask when binding to existing FunC code from Tact, plus reference that from the "import code" page.As for the aspect of converting the FunC code to Tact, it should be covered in #1130.