Skip to main content

Module render

Module render 

Source
Expand description

Render backends. The default Typst backend compiles in-binary; the Weasyprint/Chromium HTML backends are opt-in and not wired yet (see docs/wisp-pdf-export.md §8).

Modules§

typst
Typst backend — compiles the composed main.typ to PDF in-process using the typst + typst-pdf crates (the default WISP renderer; pure Rust, no external toolchain).

Structs§

RenderRequest
Everything a backend needs to produce the PDF.
RenderResult
Result of a render.

Functions§

render
Dispatch to the selected backend.