Created
February 7, 2018 09:47
-
-
Save pepyakin/d2c8f8606bf251ab4884f20348161eee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(module (func (export "test") (result i32) | |
(block (result i32) | |
(unreachable) (br_if 0 (i32.const 0) (i32.const 0)) (i32.const 0) | |
) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wasm2wat says: