zotero / citeproc-rs

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

Test ESR wasm support #125

Closed cormacrelf closed 3 years ago

cormacrelf commented 3 years ago

This adds an integration test, ultimately means we keep track of which WASM features are supported by the ESR used in Zotero. Running against a new zotero-standalone-build with a new ESR, e.g. ESR 78 or the new one coming in November will require updating this test case, so we'll know which ones it has brought support for. Thanks to https://github.com/GoogleChromeLabs/wasm-feature-detect for the feature detection.

Related: #108

adomasven commented 3 years ago

This is great, thanks for adding it!