Skip to content

Commit e8f525a

Browse files
committed
fix
1 parent 7abdfcd commit e8f525a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apple/runtime/ios/rust/src/runner.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ fn main(wrapp_path: String, persistent_path: String) -> anyhow::Result<()> {
44
let builder = webrogue_wasmtime::WrappVFSBuilder::from_file_path(wrapp_path)?;
55

66
return webrogue_wasmtime::run_aot_builder(
7-
webrogue_gfx_winit::SimpleWinitBuilder::default()?,
7+
webrogue_gfx_winit::SimpleWinitBuilder::with_default_event_loop()?,
88
builder,
9-
&persistent_path.into(),
9+
&std::path::PathBuf::from(persistent_path),
1010
);
1111
}
1212

0 commit comments

Comments
 (0)