Pinned
292 contributions in the last year
Activity overview
Contributed to
emscripten-core/emscripten,
WebAssembly/waterfall,
WebAssembly/binaryen
and 5 other
repositories
Contribution activity
January 2021
Created 12 commits in 4 repositories
Created a pull request in WebAssembly/binaryen that received 9 comments
Add support for building with thinLTO
Also uses lld as the linker. Not on by default, so far tested on Linux and Windows.
+13
−2
•
9
comments
Opened 9 other pull requests in 3 repositories
WebAssembly/waterfall
5
merged
1
closed
1
open
- Ensure top-level work dir/build dir exists when clobbering
- Clobber the work dir of incremental builds on failure
- Limit which LLVM tools are built in release/LTO mode
- Disable prebuilt clang and LLD when building with LTO on mac
- Update prebuilt node to 14.15
- Use LTO when building tagged revisions of emscripten
- Add a build.py flag to build with extra optimizations
emscripten-core/emscripten
1
open
WebAssembly/binaryen
1
merged
Reviewed 9 pull requests in 6 repositories
emscripten-core/emscripten 3 pull requests
WebAssembly/binaryen 2 pull requests
WebAssembly/proposals 1 pull request
WebAssembly/spec 1 pull request
WebAssembly/tool-conventions 1 pull request
WebAssembly/meetings 1 pull request
Created an issue in emscripten-core/emscripten that received 10 comments
Support DWP files
This is technically a feature of LLVM rather than emscripten proper, but it's more convenient to track here.
LLVM currently supports -gsplit-dwarf …
10
comments