Files
wasmtime/crates/memory
Jakub Konka 44584bccfc Refactor memory module
This commit refactors and reorganises the `memory.rs` module. Now,
it consists of two submodules: `memory::ptr` which contains `GuestPtr`
and `GuestRef` (and their mutable versions), and `memory::array` which
contains `GuestArray` and `GuestArrayRef` (and their mutable versions).

This commit also adds basic unit sanity tests for the `memory::ptr`
submodule.
2020-02-09 17:52:27 -08:00
..
2020-02-09 17:52:27 -08:00
2020-01-17 15:41:19 -08:00
2020-01-17 15:41:19 -08:00