- San Francisco
- http://superduper.net/
- @sbc100
Highlights
- 3 discussions answered
Block or Report
Block or report sbc100
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
nativeclient-sdk Public
Github mirror of nativeclient-sdk repository. Please file bugs on code.google.com and send patches using the instruction on code.google.com: e.g. git cl upload
-
native_client Public
Github mirror of native_client repository. Please file bugs on code.google.com and send patches using the instruction on code.google.com: e.g. git cl upload
-
two_factor_authentication Public
Forked from Houdini/two_factor_authentication
Two factor authentication extension for Devise
3,618 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 150 commits in 5 repositories
Created a pull request in emscripten-core/emsdk that received 18 comments
Opened 142 other pull requests in 4 repositories
emscripten-core/emscripten
11
open
6
closed
102
merged
- Pass -fno-threadsafe-statics when not building for pthreads
-
Update
cmake_minimum_requiredused in tests. NFC -
Use
__attribute__(export_name)overEMSCRIPTEN_KEEPALIVEinEM_JSmacro -
Rename
report_result.cpp->report_result.c. NFC -
Move emscripten version macros to
emscripten/version.h - Remove commented out usage of -fno-threadsafe-statics. NFC
-
Move
emscripten_futex_wait_non_blockingto native code. NFC - Remove __atomic_is_lock_free. NFC
-
Enable stdio flushing warning even with
NO_FILESYSTEM(Followup to … - Update expectations for other.test_metadce_minimal_pthreads after #15604
-
Don't call
checkUnflushedContentif runtime is being kept alive - Update harfbuzz port from 2.8.1 to 3.2.0
-
Use
__stdio_exitrather thenfflush(0)on exit - Include implementation of musl's __lock/__unlock functions. NFC
-
Remove unnecessary dependency on
stderrdebug builds. NFC - Add test for sdl2_ttf to test_other.py. NFC
- Fix for getdents (readdir) under NODEFS.
- Use a multi-line JS string in library_noderawfs.js. NFC
- Convert library_fs.js to use arrow functions. NFC
- Avoid reverse dependencies in JS library code handling time. NFC
-
Use native version of
ctime_r. NFC - Remove stripping of individual command line arguments in emcc.py.
- Simplify/correct localtime_r.c patch from #10536. NFC
- Fix file embedding tests under windows that were broken by #16050
- test_unistd_links: Fix windows test skipping after #16074
- Some pull requests not shown.
WebAssembly/binaryen
9
merged
- wasm-emscripten-finalize: Remove legacy --new-pic-abi option
- StackCheck: Add argument stack-check-handler call
-
Update heuristic for finding
__stack_pointerto allow exports. NFC - SAFE_HEAP: Avoid annotating any function reachable from start function
- Add --no-emit-metadata option to wasm-emscripten-finalize
- SafeHeap: Avoid instrumenting functions directly called from the "start"
- Escape \t as well as \n when writing JSON output.
- Fix emscripten build by removing dummy atexit function
- Auto-regenerate lld tests and expectations
emscripten-core/emsdk
2
open
6
merged
- Fix mac python by avoiding linking libintl
- 3.1.3
- Handle two different revisions in create_release.py (one for asserts)
- Make sorting of releases in create_release.py stable
- Rebuild MacOS python with lzma module installed
-
Add
git submodule updatewhen doing a git checkout - 3.1.1
-
Remove
download_even_if_existsargument to download_and_unzip
WebAssembly/wabt
5
merged
1
open
- Fix wat parsing of function imports with type name + inline type
- Fix location in config.h in source list
- Update github action used to publish releases. NFC
- Don't include empty names for locals
- Fix erroneous reporting of "Data reloctions outside of segments"
- Refactor simd load/store text parsing to use a template. NFC
Reviewed 93 pull requests in 7 repositories
emscripten-core/emscripten
67 pull requests
- Use pthread_testcancel from musl
-
Don't call
checkUnflushedContentif runtime is being kept alive - [WasmFS] Fix MINIMAL_RUNTIME deps. Browser is not allowed there
- [WasmFS] Skip test_dlmalloc
- Use pthread_join from musl
- [WasmFS] Generalize test_dlmalloc_partial so it doesn't fail on extra WasmFS allocs
- Include implementation of musl's __lock/__unlock functions. NFC
- Fix for getdents (readdir) under NODEFS.
- Add emsymbolizer
-
Deprecate
--bindin favor of just-lembind. NFC - [SjLj] Enable Wasm SjLj with -sSUPPORT_LONGJMP=wasm
- [WasmFS] Fix closure
- Refactor preload plugin usage code. NFC
- Fix recently-uncommented skipTest on windows
- Fix freeaddrinfo(), which did not match allocation in JS.
- [WasmFS] Initial symlink support
- Fix breakage from #16064
- Fix test_asyncify_lists* name detection
- [WasmFS] Fix standalone wasm printing, newline instead of 0
- [WasmFS] Begin JS API integration
- Set __progname on libc init
- Simplify wait in slices logic. NFC.
- Fix utime(s) with FILESYSTEM=0
- Fix Lua benchmark
- [WasmFS] Remove duplicated Directory code in backends. NFC
- Some pull request reviews not shown.
WebAssembly/binaryen
16 pull requests
- Introduce gtest
- SAFE_HEAP: Avoid annotating any function reachable from start function
- Remove old EffectAnalyzer hacks for asm.js debugInfo
- [ctor-eval] Eval functions with a return value
- [ctor-eval] Add an option to keep some exports
- [ctor-eval] Fix evalling of overlapping table segments
- [ctor-eval] Partial evaluation
- SafeHeap: Avoid instrumenting functions directly called from the "start"
- [ctor-eval] Switch logging from stderr to stdout
- Remove NoExitRuntime pass
- Allow import mutable globals used in Asyncify pass
- [ctor-eval] Eval and store changes to globals
- [ctor-eval] Refactor an applyToModule() method instead of hacks [NFC]
- [ctor-eval] Remove stack hacks
- [ctor-eval] Add --ignore-external-input option
- Build ARM64 MacOS releases
emscripten-core/emsdk
5 pull requests
WebAssembly/wabt
2 pull requests
WebAssembly/tool-conventions
1 pull request
WebAssembly/wasi-libc
1 pull request
WebAssembly/WASI
1 pull request
Created an issue in emscripten-core/emscripten that received 8 comments
Framework for including JS polyfills in emscripten output
We currently have one polyfill that I know of in the form of src/promise_polyfill.js. I was proposing adding a second as part of #15822, and the di…