epam / ketcher

Web-based molecule sketcher
https://lifescience.opensource.epam.com/ketcher/demo.html
Apache License 2.0
470 stars 164 forks source link

Use ketcher-standalone with separate indigo wasm file by default in ketcher example #5005

Closed rrodionov91 closed 3 months ago

rrodionov91 commented 3 months ago

Background There is example application in ketcher repository which uses for development and e2e tests running. It uses ketcher-standalone with indigo wasm imported as base64 string. It increases size of ketcher bundle more than two times and affects e2e tests running time.

Solution Use ketcher standalone with separate indigo wasm file in example to improve ketcher loading time in e2e tests.