Re: [Rdkit-discuss] MinimalLib and Reactjs

2021-04-19 Thread David Cosgrove
After a bit more experimentation, I have something of an ugly hack that works for a web page but won't work for a server app. The issue is mostly persuading the script to load the WASM file RDKit_minimal.wasm that RDKit_minimal.js needs. Greg's demo HTML files show how this can be done in a web p

[Rdkit-discuss] MinimalLib and Reactjs

2021-04-14 Thread David Cosgrove
Hi, I have compiled the latest RDKit (2021_03_1) into .js and .wasm files using the Dockerfile in $RDBASE/Code/MinimalLib/docker. I would like to use these in a reactjs app. This appears to be non-trivial and after several days of googling and experimentation I am no further forward. Has anyone