Last active
February 7, 2018 10:38
-
-
Save pepyakin/5f1569d453ec36349252afa7d00ef326 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) | |
i32.const 0 | |
i32.const 0 | |
br_if 0 | |
i32.const 0 | |
) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment