Closed axic closed 6 years ago
Solidity currently has two backends operating on the internal AST:
A third could be added, probably based off the why3 code, to output WAST as a first step.
Being handled by https://github.com/ethereum/solidity/pull/2233
Current Solidity code is tied to emitting EVM opcodes. Investigate the possibility of moving it to LLVM or emitting WASM directly.