0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/tools/wpt
Luca Casonato c73ef5fa14
refactor(web): use encoding_rs for text encoding (#10844)
This commit removes all JS based text encoding / text decoding. Instead
encoding now happens in Rust via encoding_rs (already in tree). This
implementation retains stream support, but adds the last missing
encodings. We are incredibly close to 100% WPT on text encoding now.

This should reduce our baseline heap by quite a bit.
2021-06-05 23:10:07 +02:00
..
expectation.json refactor(web): use encoding_rs for text encoding (#10844) 2021-06-05 23:10:07 +02:00
runner.ts feat(extensions): BroadcastChannel WPT conformance 2021-05-23 15:16:42 +02:00
testharnessreport.js tests: fix wpt runner expected test file failures (#10856) 2021-06-05 19:29:41 +02:00
utils.ts build: collect wpt results as json (#10823) 2021-06-03 01:12:28 +02:00