mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix input selector for evm
This commit is contained in:
parent
ded7258b01
commit
b7368ce067
@ -127,12 +127,14 @@ Input Description
|
||||
// evm.ir - New assembly format before desugaring
|
||||
// evm.assembly - New assembly format after desugaring
|
||||
// evm.legacyAssemblyJSON - Old-style assembly format in JSON
|
||||
// evm.opcodes - Opcodes list
|
||||
// evm.bytecode - All the evm.bytecode features from below
|
||||
// evm.bytecode.object - Bytecode object
|
||||
// evm.bytecode.opcodes - Opcodes list
|
||||
// evm.bytecode.sourceMap - Source mapping (useful for debugging)
|
||||
// evm.bytecode.linkReferences - Link references (if unlinked object)
|
||||
// evm.deployedBytecode* - Deployed bytecode (has the same options as evm.bytecode)
|
||||
// evm.methodIdentifiers - The list of function hashes
|
||||
// evm.gasEstimates - Function gas estimates
|
||||
// evm.bytecode - Bytecode
|
||||
// evm.deployedBytecode - Deployed bytecode
|
||||
// evm.sourceMap - Source mapping (useful for debugging)
|
||||
// ewasm.wast - eWASM S-expressions format (not supported atm)
|
||||
// ewasm.wasm - eWASM binary format (not supported atm)
|
||||
outputSelection: {
|
||||
|
Loading…
Reference in New Issue
Block a user