jameslan / libxml2-wasm

WebAssembly-based libxml2 javascript wrapper
https://jameslan.github.io/libxml2-wasm/
MIT License
10 stars 2 forks source link

Serialize XmlDocument into a memory buffer #35

Closed jameslan closed 6 days ago

jameslan commented 2 months ago

libxml parses XML into DOM, represented by an XmlDocument object.

Right now this is a one-way operation, we need the serialization functionality.