Closed osa1 closed 1 year ago
These uses of br_on_null and br_on_non_null take 3 arguments, instead of 2, and the reference arguments (2nd arguments) are i32s.
br_on_null
br_on_non_null
i32
Just realized that those extra arguments are as arguments to the target branch. Sorry for the noise.
These uses of
br_on_null
andbr_on_non_null
take 3 arguments, instead of 2, and the reference arguments (2nd arguments) arei32
s.