jgm/skylighting

`network` as a transitive dependency

nishanthkarthik opened this issue · 2 comments

I tried compiling this for wasm and noticed a dependency chain xml-conduit -> conduit-extra -> network. Ideally, using skylighting-core should not require my target platform to have networking. Do you have a suggestions for a different xml library that's compatible with xml-conduit?

jgm commented

No. We used to use xml-light, but it doesn't have the features we need to correctly parse KDE syntax descriptions. At the time I also looked at other alternatives.

No worries! I'll stub the network calls then :)