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.
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