Commit 0b031b2
authored
File tree
Expand file treeCollapse file tree
30 files changed
+241
-70
lines changedFilter options
- .github/workflows
- bin
- builders/wasm32-unknown-wasip1
- ext/ruby_wasm
- src
- lib/ruby_wasm
- build/product
- packager
- packages
- gems/js
- ext/js
- lib/js
- npm-packages
- ruby-3.2-wasm-wasi
- ruby-3.3-wasm-wasi
- ruby-head-wasm-wasi
- ruby-wasm-wasi/src
- rakelib
- sig/ruby_wasm
Expand file treeCollapse file tree
30 files changed
+241
-70
lines changed.github/workflows/build.yml
Copy file name to clipboardExpand all lines: .github/workflows/build.yml+11-11Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
94 |
| - |
| 93 | + |
| 94 | + |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
145 | 150 |
|
146 | 151 |
|
147 | 152 |
|
148 |
| - |
| 153 | + |
149 | 154 |
|
150 | 155 |
|
151 | 156 |
|
152 | 157 |
|
153 | 158 |
|
154 | 159 |
|
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
| 120 | + |
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
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 |
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
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 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
|
builders/wasm32-unknown-wasip1/Dockerfile
Copy file name to clipboardExpand all lines: builders/wasm32-unknown-wasip1/Dockerfile+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
37 | 50 |
|
38 | 51 |
|
39 | 52 |
|
|
+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
252 | 252 |
|
253 | 253 |
|
254 | 254 |
|
| 255 | + |
| 256 | + |
| 257 | + |
255 | 258 |
|
256 | 259 |
|
257 | 260 |
|
|
lib/ruby_wasm/build/product/crossruby.rb
Copy file name to clipboardExpand all lines: lib/ruby_wasm/build/product/crossruby.rb+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
| 81 | + |
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| ||
301 | 301 |
|
302 | 302 |
|
303 | 303 |
|
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
304 | 308 |
|
305 | 309 |
|
306 | 310 |
|
|
+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
313 |
| - |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
314 | 317 |
|
315 | 318 |
|
316 | 319 |
|
| ||
321 | 324 |
|
322 | 325 |
|
323 | 326 |
|
324 |
| - |
| 327 | + |
325 | 328 |
|
326 | 329 |
|
327 |
| - |
| 330 | + |
328 | 331 |
|
329 | 332 |
|
330 | 333 |
|
331 | 334 |
|
332 | 335 |
|
333 | 336 |
|
334 | 337 |
|
| 338 | + |
| 339 | + |
| 340 | + |
335 | 341 |
|
336 | 342 |
|
337 | 343 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
lib/ruby_wasm/packager/core.rb
Copy file name to clipboardExpand all lines: lib/ruby_wasm/packager/core.rb+51-35Lines changed: 51 additions & 35 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 |
| - |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 | 62 |
|
71 | 63 |
|
72 | 64 |
|
| ||
138 | 130 |
|
139 | 131 |
|
140 | 132 |
|
141 |
| - |
142 |
| - |
143 | 133 |
|
144 | 134 |
|
145 | 135 |
|
146 | 136 |
|
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
147 | 143 |
|
148 | 144 |
|
149 | 145 |
|
| ||
187 | 183 |
|
188 | 184 |
|
189 | 185 |
|
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
| 186 | + |
| 187 | + |
204 | 188 |
|
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
215 | 223 |
|
216 | 224 |
|
217 | 225 |
|
| ||
337 | 345 |
|
338 | 346 |
|
339 | 347 |
|
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
340 | 356 |
|
341 | 357 |
|
342 | 358 |
|
|
lib/ruby_wasm/packager/file_system.rb
Copy file name to clipboardExpand all lines: lib/ruby_wasm/packager/file_system.rb-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
|
lib/ruby_wasm/version.rb
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
packages/gems/js/ext/js/extconf.rb
Copy file name to clipboardExpand all lines: packages/gems/js/ext/js/extconf.rb+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
packages/gems/js/lib/js/version.rb
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
packages/npm-packages/ruby-3.2-wasm-wasi/.gitignore
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
| 3 | + |
| 4 | + |
packages/npm-packages/ruby-wasm-wasi/Gemfile renamed to packages/npm-packages/ruby-3.2-wasm-wasi/Gemfile
Copy file name to clipboardFile renamed without changes.
0 commit comments