-
Notifications
You must be signed in to change notification settings - Fork 94
fix: support cross compiling for wasm with make generator #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6c9a795
fix: support cross compiling for wasm with make generator
toyobayashi 326246b
fix: lint
toyobayashi 9bc7805
refactor for readability
toyobayashi 882c1f9
replace separator in make generator on Windows
toyobayashi 82d5d76
snake_case
toyobayashi 6a757fc
found more place to replace sep
toyobayashi 7fd6b7e
lint
toyobayashi be69f9f
replace sep in compiler path
toyobayashi 7a62b19
fix sed unterminated `s' command error on Windows
toyobayashi 64290b6
path includes `\` so replace the ended `\` only
toyobayashi 77b8e9c
replace `\` with `/` in depfile on win
toyobayashi 9f110ec
lint
toyobayashi 1d82674
fix: trailing `\` in raw string
toyobayashi 97d765c
revert: flavor can be set via `-f make-linux` so no need to change th…
toyobayashi ef48485
fix: also do not use raw string in windows branch due to trailing `\`…
toyobayashi fec298c
Merge branch 'nodejs:main' into wasm
toyobayashi f4410af
fix: respect user specified AR_target environment variable
toyobayashi 840574c
feat: detect wasm flavor
toyobayashi 3a72760
lint: Too many return statements
toyobayashi 626f0a6
fix get compiler predefines on windows
toyobayashi 9e9cb99
GetCrossCompilerPredefines always return dict
toyobayashi 3b49a7b
do not broad exceptions
toyobayashi 83274d9
test: GetCrossCompilerPredefines
toyobayashi 04024d4
fix lint
toyobayashi a6cfb16
refactor: do not put so many lines in try block
toyobayashi 4bf22c4
fix: finally block should wait until subprocess terminate
toyobayashi 3a962e9
suggestion change
toyobayashi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.