We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a tracking issue for a post-MVP feature It will be updated as the issue progresses.
Topic Multi-value Champion Andreas Rossberg @rossberg Status in progress Phase Implementation phase Linked issues WebAssembly/design#937, WebAssembly/design#667, Linked repositories github.com/WebAssembly/multi-value)
Multiple return values for functions:
Multiple results for instructions:
Inputs to blocks:
pick
i32.select3
dup if ... else ... end
The text was updated successfully, but these errors were encountered:
WebAssembly/spec@484180b
Sorry, something went wrong.
rossberg
No branches or pull requests
This is a tracking issue for a post-MVP feature
It will be updated as the issue progresses.
Topic Multi-value
Champion Andreas Rossberg @rossberg
Status in progress
Phase Implementation phase
Linked issues WebAssembly/design#937, WebAssembly/design#667,
Linked repositories github.com/WebAssembly/multi-value)
Details
Multiple return values for functions:
Multiple results for instructions:
Inputs to blocks:
pick
operator to cross block boundaryi32.select3
=dup if ... else ... end
The text was updated successfully, but these errors were encountered: