Quick Way to Port Existing C/C++ Chemoinformatics Toolkits to the Web Using Emscripten
收藏NIAID Data Ecosystem2026-03-10 收录
下载链接:
https://figshare.com/articles/dataset/Quick_Way_to_Port_Existing_C_C_Chemoinformatics_Toolkits_to_the_Web_Using_Emscripten/5425660
下载链接
链接失效反馈官方服务:
资源简介:
Emscripten
is a special open source compiler that compiles C and
C++ code into JavaScript. By utilizing this compiler, some typical
C/C++ chemoinformatics toolkits and libraries are quickly ported to
to web. The compiled JavaScript files have sizes similar to native
programs, and from a series of constructed benchmarks, the performance
of the compiled JavaScript codes is also close to that of the native
codes and is better than the handwritten JavaScript codes. Therefore,
we believe that Emscripten is a feasible and practical tool for reusing
existing C/C++ codes on the web, and many other chemoinformatics or
molecular calculation software tools can also be easily ported by
Emscripten.
创建时间:
2017-09-07



