statusing
- right behind you
- https://fitzgeraldnick.com/
- @fitzgen
Highlights
Block or Report
Block or report fitzgen
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
mozilla/gecko-dev Public
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
-
bytecodealliance/wasmtime Public
Standalone JIT-style runtime for WebAssembly, using Cranelift
-
-
rustwasm/wasm-bindgen Public
Facilitating high-level interactions between Wasm modules and JavaScript
-
1,413 contributions in the last year
Less
More
Activity overview
Contributed to
bytecodealliance/wasmtime,
bytecodealliance/wasm-tools,
PLSysSec/hostcall_instrumented_wasmtime
and 5 other
repositories
Contribution activity
April 2022
Created 22 commits in 4 repositories
Created a pull request in bytecodealliance/wasmtime that received 3 comments
fuzzing: Refactor TableOps fuzz generator to allow GC with refs on the stack
This makes the generator more similar to wasm-smith where it is keeping track
of what is on the stack and making choices about what instructions ar…
+176
−223
•
3
comments
Opened 5 other pull requests in 2 repositories
bytecodealliance/wasm-tools
4
merged
bytecodealliance/wasmtime
1
merged
Reviewed 24 pull requests in 6 repositories
bytecodealliance/wasm-tools
8 pull requests
- Use std::ops::Range instead of a custom type
-
wasm-mutate: Add a mutator for custom sections -
Start support for component model in
wasm-tools dump -
Hook up some more config options to
wasm-tools smith - Update CI to only have one in-flight build at a time
- Bump crate version numbers
- Fix a deprecation warning from clap
- wasm-smith: Allow specifying the set of valid imports
bytecodealliance/wasmtime
8 pull requests
- Initial skeleton of some component model processing
- Add note about regalloc2 switch in release notes.
- Add a few meeting agenda items for Monday's Cranelift meeting
-
Store the
ValRawtype in little-endian format - Switch Cranelift over to regalloc2.
-
x64: fix miscompilation of
select.i128 - Cherry-pick #3934 onto 0.35.x release branch.
- Touch up release notes slightly