CommandLineInterface: Display an error instead of crashing when assembly variant has no Ewasm translation

This commit is contained in:
Kamil Śliwak
2020-05-30 03:09:42 +02:00
parent 0a71e41501
commit ef133aa670
6 changed files with 13 additions and 0 deletions
@@ -0,0 +1 @@
--assemble --machine ewasm
@@ -0,0 +1 @@
The selected input language is not directly supported when targeting the Ewasm machine and automatic translation is not available.
@@ -0,0 +1 @@
1
@@ -0,0 +1,3 @@
{
sstore(0, 1)
}
@@ -0,0 +1 @@