WebAssembly / function-references

Proposal for Typed Function References
https://webassembly.github.io/function-references/
Other
101 stars 15 forks source link

Malformed br_on_null and br_on_non_null in tests #92

Closed osa1 closed 1 year ago

osa1 commented 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.

osa1 commented 1 year ago

Just realized that those extra arguments are as arguments to the target branch. Sorry for the noise.