rust-rrule
rust-rrule copied to clipboard
wasm target
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.
Hey! I don`t see any downsides of adding a wasm build target so if there is a need for it we could definitely add support for it. If you want to add a PR for it I would be happy to merge it.
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 rrule.js library is a bottleneck for us in some cases.
I tried understanding the process of using wasm-bindgen, however I don't really know what I'm doing here.
@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