-
Notifications
You must be signed in to change notification settings - Fork 18
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
wasm target #53
Comments
Hey! |
I'd love to see this as well. My use-case would be consuming this in a Typescript code base as a wasm module. Simply put, the I tried understanding the process of using |
@dgmachado is working on this as part of some work we're doing for Rspack and NestJS. Would love feedback / questions / comments. |
If your goal is to use it on Node.js side, you can use rrule-rust package, which is mostly a wrapper around this crate |
Hi team - great work on the library.
I was wondering if you would consider adding support for wasm as a build target so the library could be consumed in nodejs/web applications.
The rrule.js library you link as inspiration has some limitations around timezones from past experience.
The text was updated successfully, but these errors were encountered: