We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c331a9 commit dfa9fb8Copy full SHA for dfa9fb8
3 files changed
host/examples/pyhl_as_library.rs
@@ -22,7 +22,7 @@ fn main() -> anyhow::Result<()> {
22
// expose host directories via the guest's hostfs.
23
let mounts: &[Preopen] = &[];
24
25
- let mut rt = pyhl::Runtime::new(&home, mounts)?;
+ let mut rt = pyhl::Runtime::new(&home, mounts, None)?;
26
27
eprintln!("-- first run (hermetic from loaded snapshot) --");
28
let t1 = rt.run_code(&code)?;
0 commit comments