wasmer/lib/runtime-core
Christopher Serr cb29261ec7 Use repr(transparent) for single element structs (#187)
The ABI of aggregates such as single element structs is not required to
be the same as the single elements themselves. This is especially true
for f64 vs. #[repr(c)] struct F(f64); on Windows. Therefore the macro
has been tweaked so S1 uses repr(transparent) which is made for exactly
for this use case.

Closes #183
2019-02-15 15:11:06 -08:00
..
src Use repr(transparent) for single element structs (#187) 2019-02-15 15:11:06 -08:00
Cargo.toml install errno on all platforms (#152) 2019-02-07 10:02:41 -08:00