forked from GitHub/haskell-wasm
add more test files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
(module
|
||||
(func (export "br") (block (br 0)))
|
||||
(func (export "br_if") (block (br_if 0 (i32.const 1))))
|
||||
(func (export "br_table") (block (br_table 0 (i32.const 0))))
|
||||
)
|
||||
Reference in New Issue
Block a user