etherts / ewasm-as

Ethereum-flavored WebAssembly AssemblyScript API
MIT License
9 stars 0 forks source link

Generate bytecode and deployedBytecode #7

Open lrettig opened 6 years ago

lrettig commented 6 years ago

Duplicates #3

solc appears to generate two bytecode blobs per contract, and truffle relies on both: bytecode includes the wrapper code necessary to init and deploy the contract, and deployedBytecode just contains the core, deployed code. Right now we are only generating the latter but we are calling it the former.