boa-dev / temporal

A Rust implementation of ECMAScript's Temporal API
Apache License 2.0
26 stars 4 forks source link

Add an FFI for `temporal_rs` #104

Open nekevss opened 3 weeks ago

nekevss commented 3 weeks ago

We need to add an FFI for temporal_rs to make it available for use in other languages.

Languages that should be supported (Feel free to add more to the list):

Libraries that may be useful in this effort would be rust-diplomat/diplomat.