Void

Results 2 comments of Void

The WASM interface for Typst plugins acts by passing byte arrays around and is quite low level. Using types and tools provided in this library, you can reify Typst values...

I tried adding the lines: ``` source-repository-package type: git location: https://github.com/haskell-wasm/xml subdir: xml-conduit ``` to the `cabal.project` file. It seems that this repository is successfully pulled from the remote, but...