Add gas tests.

This commit is contained in:
Sergey Pepyakin
2018-12-24 20:43:23 +01:00
parent 471a9b3fcc
commit 8db40174ae
5 changed files with 121 additions and 16 deletions
+15
View File
@@ -0,0 +1,15 @@
(module
(func (export "simple")
(if (i32.const 1)
(loop
i32.const 123
drop
)
)
)
(func
block
end
)
)