Posted on c/ElrondDevelopers 1 Cla359436913c/ElrondDevelopers 2 years ago Is it possible to reverse-engineer rust code? Comment 1 Comments mwf81318617 2years ago Contracts are written in rust and compiled down to web assembly. You can try to reconstruct rust code from analyzing what the web assembly does. But you will never quite receive the original code back.
Contracts are written in rust and compiled down to web assembly. You can try to reconstruct rust code from analyzing what the web assembly does. But you will never quite receive the original code back.