zotero / citeproc-rs

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

Downgrade to wasm-bindgen 0.2.62 #86

Closed cormacrelf closed 3 years ago

cormacrelf commented 3 years ago

See #84

As suggested in https://github.com/rustwasm/wasm-pack/issues/886. This is (probably?) because it's wasm-bindgen & friends that are emitting the mutable globals in question. Context-wise, Zotero runs Firefox ESR 60, which does not support the mutable global import/export WebAssembly feature.