mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Drop the legacy assembly output
This commit is contained in:
parent
749db7608b
commit
cd81e58e3b
@ -136,15 +136,14 @@ Input Description
|
|||||||
// devdoc - Developer documentation (natspec)
|
// devdoc - Developer documentation (natspec)
|
||||||
// userdoc - User documentation (natspec)
|
// userdoc - User documentation (natspec)
|
||||||
// metadata - Metadata
|
// metadata - Metadata
|
||||||
// evm.ir - New assembly format before desugaring (not supported atm)
|
// evm.ir - New assembly format before desugaring
|
||||||
// evm.assembly - New assembly format after desugaring (not supported atm)
|
// evm.assembly - New assembly format after desugaring
|
||||||
// evm.asm - Current assembly format (--asm)
|
// evm.legacyAssemblyJSON - Old-style assembly format in JSON
|
||||||
// evm.asmJSON - Current assembly format in JSON (--asm-json)
|
|
||||||
// evm.opcodes - Opcodes list
|
// evm.opcodes - Opcodes list
|
||||||
// evm.methodIdentifiers - The list of function hashes
|
// evm.methodIdentifiers - The list of function hashes
|
||||||
// evm.gasEstimates - Function gas estimates
|
// evm.gasEstimates - Function gas estimates
|
||||||
// evm.bytecode - Bytecode (--bin)
|
// evm.bytecode - Bytecode
|
||||||
// evm.deployedBytecode - Deployed bytecode (--bin-runtime)
|
// evm.deployedBytecode - Deployed bytecode
|
||||||
// evm.sourceMap - Source mapping (useful for debugging)
|
// evm.sourceMap - Source mapping (useful for debugging)
|
||||||
// ewasm.wast - eWASM S-expressions format (not supported atm)
|
// ewasm.wast - eWASM S-expressions format (not supported atm)
|
||||||
// ewasm.wasm - eWASM binary format (not supported atm)
|
// ewasm.wasm - eWASM binary format (not supported atm)
|
||||||
@ -218,9 +217,7 @@ Output Description
|
|||||||
// Assembly (string)
|
// Assembly (string)
|
||||||
assembly: "",
|
assembly: "",
|
||||||
// Old-style assembly (string)
|
// Old-style assembly (string)
|
||||||
asm: "",
|
legacyAssemblyJSON: [],
|
||||||
// Old-style assembly (JSON object)
|
|
||||||
asmJSON: [],
|
|
||||||
// Bytecode and related details.
|
// Bytecode and related details.
|
||||||
bytecode: {
|
bytecode: {
|
||||||
// The bytecode as a hex string.
|
// The bytecode as a hex string.
|
||||||
|
Loading…
Reference in New Issue
Block a user