Files
wasmtime/crates
Ulrich Weigand 56caf1b29a Add extension marker to i32 arguments of builtin functions
Some platform ABIs require i32 values to be zero- or sign-extended
to the full register width.  The extension is implemented by the
cranelift codegen backend, but this happens only if the appropriate
"uext" or "sext" attribute is present in the cranelift IR.

For calls to builtin functions, that IR is synthesized by the code
in func_environ.rs -- to ensure correct codegen for the target ABI,
this code needs to add those attributes as necessary.
2020-11-03 16:22:20 +01:00
..
2020-08-17 16:03:35 -07:00
2020-10-23 16:50:51 -07:00
2020-09-23 13:54:02 -05:00
2020-09-23 13:54:02 -05:00
2020-10-23 16:50:51 -07:00
2020-10-23 16:50:51 -07:00
2020-10-23 16:50:51 -07:00
2020-09-29 13:20:14 -05:00
2020-10-23 16:50:51 -07:00
2020-09-23 13:54:02 -05:00