CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 20:45:31 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/nodejs/gyp-next.git
etag: W/"0c8735237faed213f6e925052817d0ee"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=V9Ae5Tj3zydwBc%2F5nFbdGofMus0hrFElO12ZJgP6zDwkC7ly0NTi3s1xQ3Pc6QJL%2F6fEVAyP%2BdQh5tE8mOWH72JkWcGMDHm5r2AWcuQVmHhyG4TduT4xO4ppgSzen3y3H2yKnK9XiZCWpFRiRgazRFlY%2BlnS0AzvjnY22%2BWr1nqtIw%2FuN7H31wEF1hlDnFJDEQoqws5LAUzAoj%2F%2FJ0YBJi9jGQV6NoqLJ%2FGDbZ4yQxbxdiDJ4HW7itXsj727CyPY99PSnOn1ZXXWpNvy8bN77A%3D%3D--nVCx9RreVwLIGujh--AdDHlHYPWGKikO2HoLr4Qw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.590892934.1752957930; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 20:45:30 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 20:45:30 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CFE0:134C64:AD8ECE:E16B1A:687C03EA
fix: support cross compiling for wasm with make generator (#222) · nodejs/gyp-next@de0e1c9 · GitHub
Copy file name to clipboardExpand all lines: pylib/gyp/generator/make.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit de0e1c9
fix: support cross compiling for wasm with make generator (#222)
* fix: support cross compiling for wasm with make generator
* fix: lint
* refactor for readability
Co-authored-by: Christian Clauss <cclauss@me.com>
* replace separator in make generator on Windows
* snake_case
* found more place to replace sep
* lint
* replace sep in compiler path
* fix sed unterminated `s' command error on Windows
* path includes `\` so replace the ended `\` only
* replace `\` with `/` in depfile on win
* lint
* fix: trailing `\` in raw string
* revert: flavor can be set via `-f make-linux` so no need to change the mac params
* fix: also do not use raw string in windows branch due to trailing `\` break editor highlight
* fix: respect user specified AR_target environment variable
* feat: detect wasm flavor
* lint: Too many return statements
* fix get compiler predefines on windows
* GetCrossCompilerPredefines always return dict
* do not broad exceptions
* test: GetCrossCompilerPredefines
* fix lint
* refactor: do not put so many lines in try block
* fix: finally block should wait until subprocess terminate
* suggestion change
---------
Co-authored-by: Christian Clauss <cclauss@me.com>1 parent 7b20b46 commit de0e1c9Copy full SHA for de0e1c9
File tree
Expand file treeCollapse file tree
3 files changed
+172
-27
lines changedFilter options
- pylib/gyp
- generator
Expand file treeCollapse file tree
3 files changed
+172
-27
lines changed+56-3Lines changed: 56 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
425 | 437 |
| |
426 |
| - | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
427 | 470 |
| |
428 | 471 |
| |
429 | 472 |
| |
430 | 473 |
| |
431 | 474 |
| |
432 | 475 |
| |
433 | 476 |
| |
434 |
| - | |
435 |
| - | |
436 | 477 |
| |
437 | 478 |
| |
438 | 479 |
| |
| |||
452 | 493 |
| |
453 | 494 |
| |
454 | 495 |
| |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
455 | 508 |
| |
456 | 509 |
| |
457 | 510 |
| |
|
+59-1Lines changed: 59 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
| |||
73 | 75 |
| |
74 | 76 |
| |
75 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
76 | 134 |
| |
77 | 135 |
| |
78 | 136 |
|
pylib/gyp/generator/make.py
Copy file name to clipboardExpand all lines: pylib/gyp/generator/make.py+57-23Lines changed: 57 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
378 | 379 |
| |
379 | 380 |
| |
380 | 381 |
| |
381 |
| - | |
| 382 | + | |
382 | 383 |
| |
383 | 384 |
| |
384 | 385 |
| |
| |||
442 | 443 |
| |
443 | 444 |
| |
444 | 445 |
| |
445 |
| - | |
446 |
| - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
447 | 452 |
| |
448 | 453 |
| |
449 | 454 |
| |
450 |
| - | |
451 |
| - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
452 | 461 |
| |
453 | 462 |
| |
454 | 463 |
| |
| |||
724 | 733 |
| |
725 | 734 |
| |
726 | 735 |
| |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
727 | 740 |
| |
728 | 741 |
| |
729 | 742 |
| |
| |||
859 | 872 |
| |
860 | 873 |
| |
861 | 874 |
| |
862 |
| - | |
| 875 | + | |
863 | 876 |
| |
864 | 877 |
| |
865 | 878 |
| |
| |||
985 | 998 |
| |
986 | 999 |
| |
987 | 1000 |
| |
988 |
| - | |
| 1001 | + | |
989 | 1002 |
| |
990 | 1003 |
| |
991 | 1004 |
| |
| |||
2063 | 2076 |
| |
2064 | 2077 |
| |
2065 | 2078 |
| |
2066 |
| - | |
| 2079 | + | |
2067 | 2080 |
| |
2068 | 2081 |
| |
2069 | 2082 |
| |
| |||
2369 | 2382 |
| |
2370 | 2383 |
| |
2371 | 2384 |
| |
2372 |
| - | |
2373 |
| - | |
2374 |
| - | |
| 2385 | + | |
| 2386 | + | |
2375 | 2387 |
| |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
2376 | 2391 |
| |
2377 | 2392 |
| |
2378 | 2393 |
| |
| |||
2435 | 2450 |
| |
2436 | 2451 |
| |
2437 | 2452 |
| |
2438 |
| - | |
| 2453 | + | |
2439 | 2454 |
| |
2440 | 2455 |
| |
2441 | 2456 |
| |
2442 | 2457 |
| |
2443 | 2458 |
| |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
| 2472 | + | |
| 2473 | + | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
2444 | 2478 |
| |
2445 | 2479 |
| |
2446 | 2480 |
| |
2447 | 2481 |
| |
2448 | 2482 |
| |
2449 | 2483 |
| |
2450 |
| - | |
| 2484 | + | |
2451 | 2485 |
| |
2452 | 2486 |
| |
2453 | 2487 |
| |
2454 | 2488 |
| |
2455 |
| - | |
2456 |
| - | |
2457 |
| - | |
2458 |
| - | |
2459 |
| - | |
2460 |
| - | |
2461 |
| - | |
2462 |
| - | |
2463 |
| - | |
2464 |
| - | |
| 2489 | + | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
| 2495 | + | |
| 2496 | + | |
| 2497 | + | |
| 2498 | + | |
2465 | 2499 |
| |
2466 | 2500 |
| |
2467 | 2501 |
| |
|
You can’t perform that action at this time.
0 commit comments