Files
wasmtime/meta
Jakob Stoklund Olesen 520a438c42 Define a return instruction.
It is possible to return multiple values from a function, so ReturnData contains
a VariableArgs instance.

We don't want return instructions to appear as 'return (v1)', so tweak the
printing of VariableArgs so the parantheses are added externally.
2016-07-08 16:19:26 -07:00
..
2016-07-08 16:19:26 -07:00
2016-05-12 13:37:03 -07:00
2016-05-12 13:37:03 -07:00
2016-05-13 11:54:05 -07:00