File tree
8 files changed
+27
-24
lines changed- .github/workflows
- runtime
- fastly
- builtins/fetch
- host-api
- js-compute-runtime/rust-url
- tests/wpt-harness/expectations/url
8 files changed
+27
-24
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Submodule StarlingMonkey updated 40 files
- CMakeLists.txt+6-3
- README.md+2-2
- builtins/web/base64.cpp+18-20
- builtins/web/base64.h+1
- builtins/web/crypto/crypto.cpp+1
- builtins/web/fetch/fetch-api.cpp+48-71
- builtins/web/fetch/fetch_event.cpp+154-109
- builtins/web/fetch/fetch_event.h+3
- builtins/web/fetch/headers.cpp+499-346
- builtins/web/fetch/headers.h+85-20
- builtins/web/fetch/request-response.cpp+322-446
- builtins/web/fetch/request-response.h+72-13
- builtins/web/streams/compression-stream.cpp+1-1
- builtins/web/timers.cpp+45-5
- builtins/web/url.cpp+16-8
- builtins/web/url.h+2
- componentize.sh+58-7
- crates/rust-url/Cargo.lock+12-12
- crates/rust-url/Cargo.toml+1-1
- crates/rust-url/rust-url.h+16
- host-apis/wasi-0.2.0-rc-2023-10-18/host_api.cpp+3-3
- host-apis/wasi-0.2.0-rc-2023-12-05/host_api.cpp+3-3
- host-apis/wasi-0.2.0/host_api.cpp+515-246
- include/extension-api.h+13-2
- include/host_api.h+95-44
- runtime/decode.cpp+10
- runtime/decode.h+10
- runtime/engine.cpp+72-7
- runtime/event_loop.cpp+9-7
- runtime/event_loop.h+1-1
- runtime/js.cpp+1-33
- runtime/script_loader.cpp+71-55
- runtime/script_loader.h+3-2
- spin.toml+1-1
- tests/integration/test-server.js+15
- tests/integration/timers/timers.js+44-26
- tests/wpt-harness/run-wpt.mjs+10-5
- tests/wpt-harness/tests.json+1-1
- tests/wpt-harness/wpt.cmake+3-2
- tests/wpt-harness/wpt_builtins.cpp+1-1
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2879 | 2879 |
| |
2880 | 2880 |
| |
2881 | 2881 |
| |
2882 |
| - | |
2883 |
| - | |
2884 |
| - | |
| 2882 | + | |
2885 | 2883 |
| |
2886 | 2884 |
| |
2887 | 2885 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
| 21 | + | |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
23 |
| - | |
24 |
| - | |
| 26 | + | |
| 27 | + | |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
|
Lines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| |||
1819 | 1819 |
| |
1820 | 1820 |
| |
1821 | 1821 |
| |
1822 |
| - | |
1823 | 1822 |
| |
1824 |
| - | |
1825 |
| - | |
1826 |
| - | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
1827 | 1829 |
| |
1828 | 1830 |
| |
1829 | 1831 |
| |
|
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
567 |
| - | |
| 567 | + | |
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
|
0 commit comments