question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
yann300commented, Jun 17, 2020

@loredanacirstea compileWithParameters(source, settings) and setCompilerConfig(settings) have been added in the solidity plugin and deployed to remix-alpha. Let us know if you encounter any issue.

0reactions
yann300commented, Jul 8, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found