Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,251 contributions in the last year
Contribution activity
November 2020
Created 23 commits in 9 repositories
Created 5 repositories
Created a pull request in adamkewley/libdeflater that received 4 comments
Update libdeflate: fix freestanding + -Zbuild-std
Fixes usage of freestanding feature in combination with -Zbuild-std builds (or when linking with any other library that also shims global mem* help…
Opened 8 other pull requests in 3 repositories
GoogleChromeLabs/squoosh
5
merged
1
open
ghoullier/awesome-template-literal-types
1
merged
emscripten-core/emscripten
1
merged
Reviewed 8 pull requests in 3 repositories
v8/v8.dev 4 pull requests
GoogleChromeLabs/squoosh 3 pull requests
GoogleChromeLabs/asyncify 1 pull request
Created an issue in emscripten-core/emscripten that received 23 comments
Usage of pthread in a Node.js app never lets it exit
There is something wrong with the way Emscripten uses threads on Node.js. Looks like any usage prevents Node app from ever exiting. Just tried the …