-
Notifications
You must be signed in to change notification settings - Fork 5.5k
wasm: migrate to Emscripten's native Bazel rules. #19579
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 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
7d5f240
wasm: update Proxy-Wasm C++ SDK to latest.
PiotrSikora 01f7cdc
review: update use_category for emsdk.
PiotrSikora 7c3efe8
review: add emdwp tool.
PiotrSikora b1459cd
review: try using /bin/false instead.
PiotrSikora e2b6284
review: don't advertise "per_object_debug_info" feature.
PiotrSikora fdae2ca
review: allow @emsdk to be imported into non-x86_64 workspace.
PiotrSikora 539aa58
review: remove sanitizers from flags propagated to Emscripten.
PiotrSikora 9fd86f5
review: update Proxy-Wasm C++ SDK to fix tags.
PiotrSikora 6ec9108
review: skip some tests that fail on WAMR due to a small stack size.
PiotrSikora c59d140
review: add comments to the patch.
PiotrSikora 7865cf5
review: use the default (latest) version of Emscripten.
PiotrSikora 771b8b3
review: use uintptr_t to fix Windows build.
PiotrSikora 9ea9536
review: update condition for excluding C++ tests.
PiotrSikora ff158ce
review: better approach to sanitizers.
PiotrSikora 33ef8a8
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora c97a2da
review: non-ambiguous select.
PiotrSikora caceac1
review: fix visibility.
PiotrSikora 36e186d
review: uintptr_t -> unsigned int.
PiotrSikora 691f7a5
review: bump timeout for a test.
PiotrSikora aaae279
review: suppress warning on Windows.
PiotrSikora ef0f5b4
review: ignore unknown pragmas.
PiotrSikora c5a4f72
review: revert changes for excluding C++ tests.
PiotrSikora e11caee
review: revert hacks for Windows.
PiotrSikora 60a178c
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora c5aeb17
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora 29591f5
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora 7387adf
review: update to emsdk v3.1.7 with Bazel fixes.
PiotrSikora 7f503b0
review: undo no longer necessary changes in tests.
PiotrSikora 1b7584c
review: use envoy_wasm_cc_binary(protobuf="lite|full").
PiotrSikora a61fda1
review: style.
PiotrSikora 4a00dd7
review: bump Proxy-Wasm C++ SDK.
PiotrSikora 89dfafc
review: update Proxy-Wasm C++ SDK.
PiotrSikora 99d087d
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora b684a75
review: use merged commit.
PiotrSikora c87e7ce
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora b153d34
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora 515752f
Merge remote-tracking branch 'origin/main' into PiotrSikora/emsdk_v3.1.1
PiotrSikora 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| mergeInto(LibraryManager.library, { | ||
| envoy_resolve_dns: function() {}, | ||
| }); |
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not dig into it, now we can install emsdk on OS except x86?