forked from emscripten-core/emsdk
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bump emscripten to 3.1.30 #282
Merged
Merged
Conversation
This file contains 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
…#1037) * [bazel] Set CLOSURE_COMPILER to workaround RBE+symlinks issue * space * specify node_js
* Optimize sandbox performance Link just the files needed to compile, link, or archive, rather than the entire directory tree. This drastically improves build times on macOS, where the sandbox is known to be slow (bazelbuild/bazel#8230). * Linux wants clang to link * all_files not needed? * Linux wants llc * And llvm-ar * Templated build_file_content
* Explicit outputs for wasm_cc_binary * Backwards compatibility * data_runfiles restore * restore test_bazel.sh * Using wrong path on accident * two separate rules for legacy support * Added name attribute to wasm_cc_binary rule
* 3.1.18 * Update LLVM include path in Bazel files
3.1.18 had a bad release binary on ARM64 Mac so push an updated version of the release.
Without this the recommended way to silence emsdk_env was to pipe its stderr to /dev/null.. but then you also loose potentially useful error message. Fixes: dotnet#946
12.2 is being deprecated
Newer versions of emscipten, starting all the way back in 1.39.13, can automatically locate the `.emscripten` config file that emsdk creates so there is no need for the explicit EM_CONFIG environment variable. Its redundant and adds unnessary noisce/complexity. Really, adding emcc to the PATH is all the is needed these days. One nice thing about this change is that it allows folks to run whichever emcc they want to and have it just work, even if they have configured emsdk. Without this change, if I activate emsdk and I run `some/other/emcc` then emsdk's `EM_CONFIG` will still be present and override the configuration embedded in `some/other/emcc`. e.g. in the same shell, with emsdk activated, I can run both these commands and have them both just work as expected. ``` $ emcc --version $ /path/to/my/emcc --version ```
20.10.17 is the current default.
…e#1135) Done to upgrade from CMake 3.16.3 to 3.22.1. CMake 3.21 or newer is needed to build the Qt 6.4.1 sources with emscripten. Also update to libidn12 to resolve an "Unable to locate package libidn11" error.
fastcomp can only be install using explicit versions names so this name doesn't work.
Folks that want to work with fastcomp will now need to use an older checkout of emsdk.
akoeplinger
reviewed
Jan 30, 2023
Co-authored-by: Alexander Köplinger <[email protected]>
lewing
approved these changes
Feb 7, 2023
radical
added a commit
to radical/emsdk
that referenced
this pull request
Feb 8, 2023
This reverts commit f55ecf5.
radical
added a commit
that referenced
this pull request
Feb 8, 2023
radekdoulik
added a commit
to radekdoulik/emsdk
that referenced
this pull request
Feb 22, 2023
This reverts commit a117e26.
lewing
pushed a commit
that referenced
this pull request
Feb 22, 2023
radekdoulik
added a commit
to radekdoulik/emsdk
that referenced
this pull request
Feb 28, 2023
* Revert "Revert "Bump emscripten to 3.1.30 (dotnet#282)" (dotnet#291)" This reverts commit a117e26. * Also update clang version in the wrapper
radekdoulik
added a commit
to radekdoulik/emsdk
that referenced
this pull request
Mar 9, 2023
* Revert "Revert "Bump emscripten to 3.1.30 (dotnet#282)" (dotnet#291)" This reverts commit a117e26. * Also update clang version in the wrapper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.