tact
tact copied to clipboard
TACT Compiler main repository
Results
3
tact issues
Sort by
recently updated
recently updated
newest added
Code in Tact: ```rust struct Responce { address: Address?; } ``` Code in generated TS (actual result): ```typescript function storeResponce(src: Responce) { return (builder: Builder) => { let b_0 =...
Is it possible to invoke the compiler from a JS API instead of a separate process? (Similar to ton-compiler)