docx-rs icon indicating copy to clipboard operation
docx-rs copied to clipboard

Add wasm32 support

Open ctjhoa opened this issue 5 years ago • 0 comments

zip-rs currently have bzip2 as default feature which doesn't compile in wasm. I didn't find documentation in the ooxml specification but from all docx I've tested none of them was compress in bz2ip. So this PR allow docx-rs compilation to wasm by removing feature from zip-rs.

Sources: https://github.com/zip-rs/zip/blob/f5d7b6c89544af3b0d6a39a8b0ac3e35aff4f7d7/README.md#usage https://github.com/zip-rs/zip/blob/master/Cargo.toml#L32

ctjhoa avatar Sep 24 '20 20:09 ctjhoa