rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Use extern C for performance.now #332

Closed arv closed 3 years ago

arv commented 3 years ago

Main motivation is to allow mocking of performance.now on the JS side

But generally, this way we do not need to represent performance to Rust.