| 857 | /// ``` |
| 858 | #[derive(Clone)] |
| 859 | pub struct SharedMemory { |
| 860 | vm: crate::runtime::vm::SharedMemory, |
| 861 | engine: Engine, |
| 862 | } |
| 863 | |
| 864 | impl SharedMemory { |
| 865 | /// Construct a [`SharedMemory`] by providing both the `minimum` and |
no outgoing calls
no test coverage detected