File tree
13 files changed
+67
-38
lines changed- documentation/docs/acl/Acl/prototype
- integration-tests/js-compute
- fixtures
- app
- module-mode
- runtime
- fastly
- tests/wpt-harness/expectations/url
13 files changed
+67
-38
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 42 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
412 |
| - | |
| 412 | + | |
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
| |||
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
983 |
| - | |
984 |
| - | |
985 |
| - | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
986 | 989 |
| |
987 |
| - | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
988 | 1024 |
| |
989 |
| - | |
990 |
| - | |
991 |
| - | |
992 |
| - | |
993 |
| - | |
994 |
| - | |
995 |
| - | |
996 |
| - | |
997 |
| - | |
998 |
| - | |
999 |
| - | |
1000 |
| - | |
| 1025 | + | |
1001 | 1026 |
| |
1002 | 1027 |
| |
1003 | 1028 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
| 155 | + | |
155 | 156 |
| |
156 | 157 |
| |
157 |
| - | |
| 158 | + | |
| 159 | + | |
158 | 160 |
| |
159 | 161 |
| |
160 | 162 |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
| 139 | + | |
139 | 140 |
| |
140 | 141 |
| |
141 |
| - | |
| 142 | + | |
| 143 | + | |
142 | 144 |
| |
143 | 145 |
| |
144 | 146 |
| |
|
Submodule StarlingMonkey updated 42 files
- .github/workflows/main.yml+6-6
- CMakeLists.txt+25-6
- builtins/web/fetch/fetch_event.cpp+2
- builtins/web/text-codec/text-decoder.cpp+15-5
- cmake/CPM.cmake+2-2
- cmake/build-crates.cmake+48-4
- cmake/init-corrosion.cmake+2-2
- cmake/spidermonkey.cmake+2-2
- cmake/toolchain.cmake+2
- componentize.sh.in+10-3
- crates/rust-encoding/Cargo.toml+11
- crates/rust-encoding/src/lib.rs+3
- crates/rust-hooks/Cargo.toml+13
- crates/rust-hooks/src/lib.rs+126
- crates/rust-hooks/src/wrappers.cpp+20
- crates/rust-multipart/Cargo.toml-3
- crates/rust-url/Cargo.toml-9
- host-apis/wasi-0.2.0/host_api.cmake-1
- host-apis/wasi-0.2.0/host_api.cpp+5
- host-apis/wasi-0.2.3/host_api.cmake+2
- host-apis/wasi-0.2.3/include/sockets.h+70
- host-apis/wasi-0.2.3/sockets.cpp+130
- include/config-parser.h+12-4
- include/extension-api.h+29-2
- runtime/crates/staticlib-template/Cargo.lock+457
- runtime/crates/staticlib-template/Cargo.toml.in+22
- runtime/crates/staticlib-template/rust-staticlib.rs.in+5
- runtime/debugger.cpp+293
- runtime/debugger.h+31
- runtime/engine.cpp+93-6
- runtime/js.cpp+2
- runtime/script_loader.cpp+5-7
- runtime/script_loader.h+9
- rust-toolchain.toml+2-2
- spin.toml-18
- tests/e2e/init-script/expect_serve_stdout.txt+1
- tests/e2e/init-script/init-script.js+8
- tests/e2e/init-script/init.js+8
- tests/test.sh+6-1
- tests/tests.cmake+1
- tests/wpt-harness/expectations/url/url-setters-stripping.any.js.json+4-4
- tests/wpt-harness/expectations/url/url-setters.any.js.json+3-3
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
|
0 commit comments