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