Closed C-Lunn closed 8 months ago
This code panics because there is no way for wasm plugin to access current time in Typst. I can do some trick to make datetime.now()
always return the unix epoch start point. Do you think that's better?
This code panics because there is no way for wasm plugin to access current time in Typst. I can do some trick to make
datetime.now()
always return the unix epoch start point. Do you think that's better?
That's what happens in jogs, but it's entirely up to you in that instance.
causes the following error:
Unsure what exactly is causing this as
datetime
is std library.