Created
March 15, 2018 18:44
-
-
Save gskachkov/f780a047271964e905c46ab21df47047 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
(table 0 anyfunc) | |
(memory $0 1) | |
(export "memory" (memory $0)) | |
(export "_Z4calcii" (func $_Z4calcii)) | |
(func $_Z4calcii (; 0 ;) (param $0 i32) (param $1 i32) (result i32) | |
(i32.mul | |
(select | |
(i32.const 5) | |
(get_local $1) | |
(i32.gt_s | |
(get_local $0) | |
(i32.const 10) | |
) | |
) | |
(get_local $0) | |
) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment