Add an Mmap wrapper to rustc_data_structures
This wrapper implements StableAddress and falls back to directly reading the file on wasm32
This commit is contained in:
parent
3aedcf06b7
commit
8331dbe6d0
12 changed files with 56 additions and 50 deletions
|
@ -84,6 +84,7 @@ pub mod snapshot_map;
|
|||
pub mod stable_map;
|
||||
pub mod svh;
|
||||
pub use ena::snapshot_vec;
|
||||
pub mod memmap;
|
||||
pub mod sorted_map;
|
||||
pub mod stable_set;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue