From work on evm-asm:
Currently, evm-asm receives SSZ bytes from e.g. Zisk but SSZ doesn't self-identify length, so evm-asm does some unsafe guessing, which is (in principle) fine if the host is known and configured but not ideal. We're considering putting in an RLP-envelope so the input into evm-asm can self-identify length.
It would be nice to have a standard enforced everywhere on how inputs/outputs are padded.
From work on evm-asm:
Currently, evm-asm receives SSZ bytes from e.g. Zisk but SSZ doesn't self-identify length, so evm-asm does some unsafe guessing, which is (in principle) fine if the host is known and configured but not ideal. We're considering putting in an RLP-envelope so the input into evm-asm can self-identify length.
It would be nice to have a standard enforced everywhere on how inputs/outputs are padded.