kripken / xml.js

Port of libxml to JavaScript using Emscripten
Other
174 stars 67 forks source link

How to compile/minify a smaller version of xml.js #15

Open zablotski opened 8 years ago

zablotski commented 8 years ago

Hello,

On demo page is used xmllint.js which takes 2.2 megabytes. How can I get this xmllint.js ?

Thank you.

sterpe commented 8 years ago

This commit dc5df54720020318082cb3b93526f9ce4030111e

zablotski commented 8 years ago

Ok, I understand that this file is present in sources ;) But I need to reproduce the process to obtain that file

sterpe commented 8 years ago

TBH, I don't know what version of emscripten was used to compile that originally.