temporal icon indicating copy to clipboard operation
temporal copied to clipboard

Expose compiled_data APIs over FFI

Open Manishearth opened this issue 8 months ago • 0 comments

There are a fair number of APIs that take TimeZoneProvider that I neglected to expose over FFI because I hadn't yet figured out how best to do TimeZoneProvider.

For now, we should expose all their compiled_data versions over FFI. E.g. temporal_capi::...::Instant should have a to_ixdtf_string() method, with a signature similar to https://github.com/boa-dev/temporal/blob/6cf05ae6dc286a23995a7094d586f57d291124b6/src/builtins/compiled/instant.rs#L12

Manishearth avatar May 01 '25 15:05 Manishearth