Files
turso/testing
Pekka Enberg 38dbf75364 Merge 'Implement JavaScript bindings with minimal Rust core' from Pekka Enberg
This rewrites the JavaScript bindings completely by exposing only
primitive operations from Rust NAPI-RS code. For example, there is
prepare(), bind(), and step(), but high level interfaces like all() and
get() are implemented in JavaScript.
We're doing this so that we can implement async interfaces in the
JavaScript layer instead of having to bring in Tokio.

Closes #2372
2025-08-01 13:35:33 +03:00
..
2025-07-15 16:44:11 +03:00
2024-08-03 12:16:34 +03:00
2025-07-24 19:19:48 -05:00
2025-02-09 22:01:33 +04:00
2025-01-19 00:39:10 +05:30
2025-01-21 00:29:23 +05:30
2025-06-20 15:59:03 -03:00
2025-06-11 18:39:06 +02:00
2025-06-17 19:33:23 +02:00
2025-03-30 18:58:38 +03:00
2025-05-08 22:22:55 +08:00
2025-05-11 23:47:30 +08:00
2025-06-17 19:33:23 +02:00
2025-07-24 23:18:26 +08:00
2025-07-17 16:23:31 +03:00
2025-04-15 12:45:46 -03:00
2025-07-18 01:11:51 -03:00
2025-02-04 21:02:51 +05:30
2025-07-18 10:39:02 -05:00
2024-10-05 18:25:04 +03:00
2025-06-07 17:37:36 +09:00
2025-07-18 10:39:02 -05:00

Limbo Testing