-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a plan to provide typescript binding? #18
Comments
There is a work in progress version here: https://github.com/chemfiles/chemfiles.js/. This is directly compiling C++ to WASM, and calling it from JS, not using Rust's binding to chemfiles at all. There are a couple of rough edges around handling files in the browser, and documentation would be very sparse, but it should be working. |
Thanks a lot! That is what I really want. I will have a try! |
Hi, I am so sorry to bother you. I tried every possible way to introduce chemfiles into my typescript project, but always failed. The last error is
Could you kindly release a very preview version of npm package so I can use it in my project? |
Right, I suspected something like this might happen, I haven't touched this project for a while. I'll try to give this a go ASAP, but I'll be away from a keyboard for the next month, so it might take some time. |
Thanks! Enjoy your vacation! |
So I moved the issue to chemfiles.js, and took some time to update all dependencies. How are you trying to use chemfiles? Inside a webpack project? If you have some sample project I can use to reproduce the issue, it would be nice. |
I want to use chem files in js/ts. Is there any possible that use wasm-binding to bind rust chemfiles with ts?
The text was updated successfully, but these errors were encountered: