lowlighter / libs

🍱 Collection of carefully crafted TypeScript standalone libraries. Minimal, unbloated, convenient.
https://jsr.io/@libs
MIT License
118 stars 11 forks source link

bug(xml): wasm parser compilation is not deterministic #59

Closed lowlighter closed 3 months ago

lowlighter commented 5 months ago

For some reason code below is not deterministic on compilation/minification, which cause the CI to perform rebuilds even when it's not needed. To troubleshoot https://github.com/lowlighter/libs/blob/563febcf05b405fb02adfde5d7d302a95c08115c/xml/wasm_xml_parser/src/lib.rs#L9-L30