Compiler plugin: support compilation from Yul & to ewasm
See original GitHub issue- support compilation from Yul directly from the compiler API, without additional UI interactions for the user
- support compilation to ewasm - depends on https://github.com/ethereum/solidity/issues/8986 (hopefully coming soon). While
solc
already compiles to ewasm,solc-js
does not expose this option yet.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (7 by maintainers)
Top Results From Across the Web
support compilation from Yul & to ewasm · Issue #80 ... - GitHub
support compilation to ewasm - depends on Enable Yul to Wasm compilation in standard compiler solidity#8986 (hopefully coming soon). While solc ...
Read more >SOLL: A New Compiler for Generate Ewasm From Solidity & Yul
SOLL is a new compiler for generating Ewasm (Ethereum flavored WebAssembly) files from Solidity and Yul. To support developers as many as possible, ......
Read more >SOLL - A Solidity/Yul to Ewasm/EVM compiler - COSCUP 2020
SOLL1 compiler project supports smart contract compilation from both Solidity(partial of the grammar) and Yul(most of the major grammar) to LLVM IR, and ......
Read more >Yul, eWasm, Solidity: Progress and Future Plans
Through this, the Solidity compiler can now output eWasm code, ... of "Wordpress plugins " but in this case in the form of...
Read more >Yul - Intermediate language for Ethereum - Devcon Archive
Yul is designed to have multiple targets, EVM and ewasm, and support multiple ... AxLang: Compiling Scala to EVM Bytecode for Secure and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@loredanacirstea
compileWithParameters(source, settings)
andsetCompilerConfig(settings)
have been added in the solidity plugin and deployed to remix-alpha. Let us know if you encounter any issue.also the run tab is listening on
yulp
compilation finished
, so users should be able to interact from the run tab if yulp emit that event