mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 10:41:42 +00:00
Update Binaryen and take care of WebAssembly/binaryen#1547
This commit is contained in:
11
tests/binaryen/unreachable-loop.wat
Normal file
11
tests/binaryen/unreachable-loop.wat
Normal file
@ -0,0 +1,11 @@
|
||||
(module
|
||||
(func $0
|
||||
(drop
|
||||
(block $label$1 (result i32)
|
||||
(loop $label$2
|
||||
(unreachable)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user