Typst's World implementation for [tinymist.](https://github.com/Myriad-Dreamin/tinymist)
```rust
let args = CompileOnceArgs::parse();
let universe = args
```
```rust
let world = verse.snapshot();
// in current thread
let doc = typst::compile(&world)?;
// the snapshot is Send + Sync