- San Francisco
- http://superduper.net/
- @sbc100
Highlights
- 4 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,739 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 46 commits in 5 repositories
Created a pull request in WebAssembly/wabt that received 23 comments
Add windows implementation of wasm2c runtime
All tests are now passing with cl.exe under x64. With x86 there are some test failure that I believe relate the use of the x87 registers to pass fl…
Opened 34 other pull requests in 3 repositories
emscripten-core/emscripten
3
open
16
merged
1
closed
-
Fix missing
printErrpropoerty in PROXY_TO_WORKER - tests: Use shared function for running wasm-dis. NFC
- Fix test_sockets_echo_pthreads. NFC
- test_sockets: Remove unneeded -I arguments
- Avoid Module.printErr in shell.html
- Add support for TIMER_ABSTIME flag in clock_nanosleep
-
Unify
onerrorevent handler used in test code. NFC - Use btest_exit in tests/test_sockets.py. NFC
- Better browser error reporting in test code. NFC
-
Move test_support_errno.c to
otherand use a different JS library function. NFC -
Don't consider library elements marked as
__internalduringexportRuntime - Move more time functions to native code. NFC
- Mark 3.1.7 as released
-
Add
emstripwrapper around llvm-strip - Add warning when binaryen optimization is limited due to debug info
-
Move
-D_LIBCPP_ABI_VERSION=2into source code. NFC -
Remove unneeded
-fno-threadsafe-statics. NFC - Fix stack cookie location used by STACK_OVERFLOW_CHECK. NFC
-
Fix deadlock after failed partial
munmap - Use Object.assign to save a few lines of code. NFC
WebAssembly/wabt
13
merged
- wasm-strip: Add support for -o argument
- wasm-objdump: support extended const expressions
- Improve wasm2c example update process. NFC
- Build and run wasm2c-generated code under sanitizers in CI. NFC
- run-tests.py: Use sys.byteorder to make code more readable. NFC
- Update wasm2c example output. NFC
-
Honor
-DWERROR=ONfor all cmake targets - Fix clang warnings introduced by #1847
- wasm2c: Add wasm_rt_strerror to covert trap code to string
- Avoid passing signed char to islpha family of function on windows
- wasm2c: consistent use of Open/CloseBrace. NFC
- Fix compiler warnings in wasm2c output
- Fix function body start/end locations in wasm-validate
emscripten-core/emsdk
1
merged
Reviewed 49 pull requests in 5 repositories
emscripten-core/emscripten
32 pull requests
- Remove WASM_WORKERS_NO_TLS option
- Handle empty listen sockets gracefully.
- Close fd leak in opendir / O_DIRECTORY
- Rewrite the old proxying API in terms of the new API
- Replace hacky_postprocess_around_closure_limitations.py
- [WasmFS] Disable other.test_unlink on Windows
- Fix utime() syscall
- Run one websockify test on macOS during CI. NFC
- Remove TextDecoderWrapper
- Move more time functions to native code. NFC
- Fix library_pthread.js onmessage error detection
- fix a typo on release date
- Switch to 64bit timestamps in libc
- Add warning when binaryen optimization is limited due to debug info
- Small code cleanup around TextDecoder
- Wasm workers
-
Omit
EM_PROXIED_RESIZE_OFFSCREENCANVAScase when unsupported - Closes #16176 : Making writeStackCookie() to use HEAPU32
- Remove special case JS function proxying from library_pthread.c
- [WasmFS] Track open files in the Node backend
-
Move
-D_LIBCPP_ABI_VERSION=2into source code. NFC - Fix a system library build issue, where .S files would not be built with the same cmdline args as the other files.
- Fix Closure compile of small builds that use legacy DYNCALLS mode
- Add SHARED_MEMORY support.
- [WasmFS] Implement additional versions of existing syscalls
- Some pull request reviews not shown.
WebAssembly/wabt
11 pull requests
- Add windows implementation of wasm2c runtime
- Improve wasm2c example update process. NFC
- wasm2c: restore older versions of some spec tests
- Fix Store object assignment.
- Improve the maintenace of ObjectKind types.
- Rework free list to use less memory.
- Fix location in config.h in source list
- Enable multi value by default
- fix an unused variable warning in opt
- Library sandboxing changes - support for per instance, cross platform, wasi, some debugging
- Fix compiler warnings in wasm2c output
emscripten-core/emsdk
4 pull requests
WebAssembly/wasi-libc
1 pull request
WebAssembly/wasi-sdk
1 pull request
Created an issue in WebAssembly/wabt that received 7 comments
Should we remove signature mangling from wasm2c output?
;tldr; I think we should. It has been proposed in #1833 that we don't need to be mangling the names at all (except to turn them into valid C symbols).