Files
browser/src
Karl Seguin 7bdea1befa Support binding JS strings to [:0]const u8
Some APIs need a null-terminated string. Currently, they have to ask for a
`[]const u8` and then convert it to a `[:0]const u8`. This is 2 allocations: 1
for jsruntime to get the `[]const u8` from v8, and then one to get the [:0]. By
supporting `[:0]const u8` directly, this is now a single allocation.
2025-04-19 16:19:46 +08:00
..
2025-02-27 16:09:10 +08:00
2025-03-19 16:28:15 +01:00
2025-04-17 18:38:47 +08:00
2025-04-15 15:18:04 +08:00
2025-02-26 21:00:43 +08:00
2025-03-19 16:28:15 +01:00
2025-03-19 16:28:15 +01:00
2025-01-27 12:33:05 +01:00
2025-04-15 15:18:04 +08:00
2025-04-15 21:16:20 +08:00
2025-04-17 10:08:13 +02:00