Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork57
Commit74c35de
authored
Support latest nightly snapshot (#246)
* Allow async main entry point with JavaScriptEventLoopThis change allows the Swift program to have an async main entry pointwhen the JavaScriptEventLoop is installed as the global executor.* Remove Wasmer WASI testsWe no longer use it in carton* Support the latest nightly snapshot* Migrate to ESM* Fix host build1 parent68376c5 commit74c35de
File tree
21 files changed
+200
-412
lines changed- .github/workflows
- IntegrationTests
- TestSuites/Sources/PrimaryTests
- bin
- Runtime/src
- Sources
- JavaScriptEventLoop
- JavaScriptKit
- Runtime
- _CJavaScriptEventLoop/include
- _CJavaScriptKit/include
- scripts
21 files changed
+200
-412
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
10 | 5 | | |
11 | 6 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 7 | | |
48 | 8 | | |
49 | 9 | | |
| |||
53 | 13 | | |
54 | 14 | | |
55 | 15 | | |
56 | | - | |
| 16 | + | |
57 | 17 | | |
58 | | - | |
| 18 | + | |
59 | 19 | | |
60 | 20 | | |
61 | 21 | | |
62 | 22 | | |
63 | 23 | | |
64 | 24 | | |
65 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
66 | 29 | | |
67 | 30 | | |
68 | 31 | | |
69 | 32 | | |
70 | 33 | | |
71 | 34 | | |
72 | | - | |
| 35 | + | |
73 | 36 | | |
74 | | - | |
| 37 | + | |
75 | 38 | | |
76 | 39 | | |
77 | 40 | | |
| |||
88 | 51 | | |
89 | 52 | | |
90 | 53 | | |
91 | | - | |
| 54 | + | |
92 | 55 | | |
93 | 56 | | |
94 | | - | |
| 57 | + | |
95 | 58 | | |
96 | 59 | | |
97 | 60 | | |
| |||
106 | 69 | | |
107 | 70 | | |
108 | 71 | | |
109 | | - | |
| 72 | + | |
110 | 73 | | |
111 | | - | |
112 | | - | |
0 commit comments
Comments
(0)