Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

legacy if #62

Closed
wanderer opened this issue Mar 31, 2016 · 1 comment
Closed

legacy if #62

wanderer opened this issue Mar 31, 2016 · 1 comment

Comments

@wanderer
Copy link

It looks like this prototype is still using the old if. For example this

    (if
      (i32.const 1)
      (br 0)
     )

gets turned into

    (if
      (i32.const 1)
      (block (br 0))
     )

related

@binji
Copy link
Member

binji commented Mar 31, 2016

This is a temporary issue related to the discrepancy between if as defined in the spec repo and the binary format. It will be resolved when we switch to postorder.

@binji binji closed this as completed Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants