EOSIO / eosio.cdt

EOSIO.CDT (Contract Development Toolkit) is a suite of tools used to build EOSIO contracts
http://eosio.github.io/eosio.cdt
MIT License
512 stars 288 forks source link

How dose it generate wast files #49

Closed cz-theng closed 6 years ago

cz-theng commented 6 years ago

How dose wasmsdk toolchains generate wast files. Or dose eos 1.3.x (and after) still needs wast files for contracts?

larryk85 commented 6 years ago

EOS has never required the use of the wast format. On the chain, only the wasm(binary) format is used, but if you would like to inspect the wasm code use the installed eosio-wasm2wast tool.