zotero / citeproc-rs

CSL processor in Rust.
https://cormacrelf.github.io/citeproc-wasm-demo/
Other
75 stars 11 forks source link

Use Rust 1.43 and fix wasm mutable globals #85

Closed cormacrelf closed 3 years ago

cormacrelf commented 3 years ago

Fixes #84, disables wasm-opt so wasm builds are going to be a bit bigger.

MSRV is now 1.43 because of indextree's use of i16::MIN and a few other packages which are no longer supporting 1.39, I just haven't checked in a while. So there we are.