greyblake / whatlang-rs

Natural language detection library for Rust. Try demo online: https://whatlang.org/
https://whatlang.org/
MIT License
965 stars 108 forks source link

Can I wrap the wasm as a npm package? #131

Open Priestch opened 1 year ago

Priestch commented 1 year ago

I want to use this to detect language in web browser, do you have the plan to publish a npm package? If not, can i use the demo code and publish a npm package?

greyblake commented 1 year ago

Hi, I can try to publish an npm package with WASM (it's going to be an interesting exercise for me).

Priestch commented 1 year ago

If you have any trouble, maybe I can do some help.