ewasm / design

Ewasm Design Overview and Specification
Apache License 2.0
1.02k stars 125 forks source link

"Stack too deep" in EWASM #199

Open stanta opened 5 years ago

stanta commented 5 years ago

We have a lot of "Stack too deep" issues in our project, and looks to move from classical EVM to EWASM. This issues really depends on number of DUP of 16 commands limit. It have sense for miner's economy limitations in public Ethereum, but no senses for corporate applications. So does EWASM have same restrictions?