|
From: Robert H. <ha...@st...> - 2020-12-13 23:24:51
|
Well, Paul, as a matter of fact.... I just got introduced to WASM in relation to InChI creation. I'm impressed. Turns out just this past year a mechanism was developed (LLVM) to compile C++ code directly to Web Assembly, with the simple hooks necessary to access it. It was fun learning how to do this with InChI. What do you know about how the Java code was converted to Web Assembly? There could be some good surface calculations that would benefit from that, for sure. Mostly, though, I think the calculations are not the slow part in JSmol. More the rendering. Bob |