Commit 8995b35
File tree
- test
- cases
- floats
- http-request
- lists
- resource-floats
- variants
- wit
- deps
- cli
- clocks
- filesystem
- http
- io
- random
- sockets
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Submodule StarlingMonkey updated 37 files
- .github/workflows/main.yml+16-33
- ADOPTERS.md+9
- CMakeLists.txt+15-15
- README.md+59-8
- builtins/web/fetch/fetch_event.cpp+1-61
- builtins/web/fetch/headers.cpp+24-1
- builtins/web/fetch/headers.h+3-1
- builtins/web/url.cpp+6
- builtins/web/url.h+2-1
- cmake/add_as_subproject.cmake+1-1
- cmake/openssl.cmake+10-2
- 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+170-174
- 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+54-36
- include/config-parser.h+109
- include/extension-api.h+28-8
- include/host_api.h+6-4
- runtime/builtin.cpp-10
- runtime/engine.cpp+132-70
- runtime/js.cpp+55-31
- runtime/script_loader.cpp+1-1
- tests/e2e/runtime-err/expect_serve_stderr.txt+5
- tests/e2e/runtime-err/runtime-err.js+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/tests.cmake+3-3
- tests/wpt-harness/build-wpt-runtime.sh+1-1
- tests/wpt-harness/wpt.cmake+1-1
- tests/wpt-harness/wpt_builtins.cpp-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments