multi-value icon indicating copy to clipboard operation
multi-value copied to clipboard

Proposal to add multi-values to WebAssembly

Results 3 multi-value issues
Sort by recently updated
recently updated
newest added

Instead of providing "pick" or "let" instructions, I propose providing a "frame" block instruction (effectively providing frame-pointer like access to the wasm stack, similar to what happens for the "call"...

Here is some food for thought that might be relevant to discussions such as in #41. Low-level type systems generally need to at some point incorporate multi-value flow-sensitivity. That means...

Is there a proposal for extending the notation for function calls to account for the possibility that an argument call is 'supplying' multiple arguments to the call. E.g., imagine an...