Files
wasmtime/crates
Jakub Konka 7a4c881409 Fix read/write for GuestTypeCopy members of non-copy structs
This commit fixes stubs for struct members that are `GuestTypeCopy`
but are not `GuestTypeClone`. In this case, we cannot rely on methods
`T::read_from_guest` or `T::write_to_guest` since these are only
available if `T: GuestTypeClone`. In those cases, we can and should
dereference the location pointer to `T` and copy the result in/out
respectively.
2020-02-26 18:23:46 +01:00
..
2020-02-21 13:58:28 -08:00
2020-01-17 14:54:05 +01:00