-
Google
- Mountain View, CA
- https://twitter.com/tlively52
Block or Report
Block or report tlively
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
wasm-multivalue-opt Public
An experiment to exhaustively find optimization opportunities created by WebAssembly's multi-value proposal
-
-
PixelPilot Public
A small Asteroids-esque game created with standard Java libraries for educational purposes
1,263 contributions in the last year
Less
More
Contribution activity
January 2022
Created 4 commits in 3 repositories
Created a pull request in WebAssembly/binaryen that received 2 comments
Refactor ModuleUtils::collectHeapTypes
Move the code into a new .cpp file because it is too complicated for a header and update the API to make both the type indices and optimized sortin…
+103
−68
•
2
comments
Opened 5 other pull requests in 4 repositories
emscripten-core/emscripten
1
merged
1
open
WebAssembly/binaryen
1
merged
WebAssembly/spec
1
open
WebAssembly/tool-conventions
1
merged
Reviewed 19 pull requests in 3 repositories
WebAssembly/binaryen
11 pull requests
- Optimize Literal constructors and destructor
- Add fast paths for Literals::getType
- Add a fast path to isSubType
- LiteralList => Literals
- Version 105
- [OptimizeInstructions] Optimize zero sized bulk memory ops even without "ignoreImplicitTraps"
- [ctor-eval] Eval functions with params if ignoring external input
- [ctor-eval] Use std::optional for EvalCtorOutcome
- [ctor-eval] Eval functions with a return value
- [ctor-eval] Stop if there are any memory.init instructions
- Factor out a utility for replacing types during canonicalization
emscripten-core/emscripten
7 pull requests
- Fix emar test after llvm change to argument parsing. NFC
- [wasmfs] Make standalone's open syscall weak, to not conflict with WASMFS
- [wasmfs] Use JS library methods instead of EM_ASM in WASMFS
- [wasmfs] Add a wasmfs test suite
-
Fix
lsantest suite - Temporarily disable test_pthread_lsan under firefox
- New low-level proxying C API
WebAssembly/wabt
1 pull request
Created an issue in emscripten-core/emscripten that received 4 comments
WasmFS: Support symlinks
WasmFS should support symlinks as a third kind of file besides DataFile and Directory.
4
comments
Opened 22 other issues in 4 repositories
emscripten-core/emscripten
19
open
- WasmFS code size
- WasmFS: Pass test suite
- WasmFS JS API
-
WasmFS:
atandfversions of existing syscalls -
WasmFS:
utime -
WasmFS:
fcntl - WasmFS: SAB JS Backend
-
WasmFS:
ioctl -
WasmFS:
chmod -
WasmFS:
accessandaccessat -
WasmFS:
truncate - WasmFS: Async APIs
- WasmFS: OPFS AccessHandles backend
- WasmFS Documentation
- WasmFS: Design for persistent backends
-
WasmFS:
renamecan create cycles - WasmFS: IndexedDB backend
- WasmFS: Node FS backend
- WasmFS: In-memory caching backend