(&mut self)
| 2066 | } |
| 2067 | |
| 2068 | pub fn default_memory(&mut self) -> &mut Self { |
| 2069 | self.args(["--memory", self.guest.default_memory_string().as_str()]) |
| 2070 | } |
| 2071 | } |
| 2072 | |
| 2073 | /// Returns the absolute path into the workspaces target directory to locate the desired |