File tree
3 files changed
+3
-7
lines changed- runtime
- fastly/builtins
- src
3 files changed
+3
-7
lines changedSubmodule StarlingMonkey updated 27 files
- .github/workflows/main.yml+16-33
- CMakeLists.txt+1-1
- README.md+22-1
- builtins/web/fetch/fetch_event.cpp+1-61
- builtins/web/fetch/headers.cpp+9-1
- cmake/spidermonkey.cmake+1-1
- componentize.sh+36-20
- host-apis/wasi-0.2.0/bindings/bindings.c+2.2k-2.4k
- host-apis/wasi-0.2.0/bindings/bindings.h+2.4k-2.4k
- host-apis/wasi-0.2.0/bindings/bindings_component_type.o
- host-apis/wasi-0.2.0/host_api.cpp+152-132
- host-apis/wasi-0.2.0/include/exports.h+3-5
- host-apis/wasi-0.2.0/preview1-adapter-debug/wasi_snapshot_preview1.wasm
- host-apis/wasi-0.2.0/preview1-adapter-release/wasi_snapshot_preview1.wasm
- include/builtin.h+3-3
- include/config-parser.h+109
- include/extension-api.h+28-8
- include/host_api.h+2
- runtime/builtin.cpp-10
- runtime/engine.cpp+105-70
- runtime/js.cpp+55-31
- runtime/script_loader.cpp+1-1
- tests/e2e/syntax-err/expect_wizer_stderr.txt+1-1
- tests/e2e/tla-err/expect_wizer_stderr.txt+1-1
- tests/test.sh+1-1
- tests/wpt-harness/build-wpt-runtime.sh+1-1
- tests/wpt-harness/wpt_builtins.cpp-1
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 |
| - | |
418 |
| - | |
419 | 417 |
| |
420 | 418 |
| |
421 | 419 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
142 | 141 |
| |
143 | 142 |
| |
144 | 143 |
| |
| |||
161 | 160 |
| |
162 | 161 |
| |
163 | 162 |
| |
164 |
| - | |
| 163 | + | |
165 | 164 |
| |
166 | 165 |
| |
167 | 166 |
| |
168 | 167 |
| |
169 | 168 |
| |
170 | 169 |
| |
171 |
| - | |
172 | 170 |
| |
173 | 171 |
| |
174 | 172 |
| |
|
0 commit comments