mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-30 15:51:05 +00:00
Add gas tests.
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
(module
|
||||
(func (export "simple")
|
||||
(if (i32.const 1)
|
||||
(loop
|
||||
i32.const 123
|
||||
drop
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(func
|
||||
block
|
||||
end
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user