4 ms·
I embed the typst binary in a go binary deployed to cloud run. I use this to generate pdfs on the fly. I need to generate a 2 page invoice and i can generate i
by tugten 11mo ago
I embed the typst binary in a go binary deployed to cloud run. I use this to generate pdfs on the fly.
I need to generate a 2 page invoice and i can generate it under 100 ms. IIRC, it's easier to integrate with rust. Since the pdf rendered is written in rust