Files
wasmtime/lib/cretonne/meta
Jakob Stoklund Olesen f451cf42c8 Simplify the arguments() return type.
Now that variable arguments are always stored in a value list with the
fixed arguments, we no longer need the arcane [&[Value]; 2] return type.

Arguments are always stored contiguously, so just return a &[Value]
slice.

Also remove the each_arg() methods which were just trying to make it
easier to work with the old slice pair.
2017-03-09 22:09:22 -08:00
..
2017-03-03 09:08:28 -08:00
2016-11-22 18:15:21 -08:00
2017-01-25 14:12:36 -08:00
2016-10-24 13:27:10 -07:00
2017-03-03 09:08:28 -08:00