Files
wasmtime/crates
Jakub Konka a02bce6eaf Revert changes and require Clone if Copy
This commit aligns `wiggle` a little bit closer with Rust proper in
the sense that now `GuestTypeCopy` implies `GuestTypeClone` which
in turn implies that any type implementing `GuestTypeCopy` will have
to provide `read_from_guest` and `write_to_guest` methods. As a result,
we can safely revert changes introduced in the previous commit.
2020-02-26 18:23:46 +01:00
..
2020-02-21 13:58:28 -08:00
2020-01-17 14:54:05 +01:00