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 up
Pinned
1,784 contributions in the last year
Activity overview
Contributed to
bytecodealliance/wasmtime,
rust-fuzz/arbitrary,
fitzgen/bumpalo
and 5 other
repositories
Contribution activity
August 2020
- fitzgen/website CSS
Created a pull request in WebAssembly/website that received 14 comments
- Update error message for bad table init
- Wasm translation bugfix: properly clean up value stack for else-branch when if-branch ends in unreachable.
- Fix execution of spectest fuzzer
- Making caching support optional in Wasmtime
- Make spectest fuzzing more deterministic
- Fix Wasm translator to handle loop parameters on br_table default target.
- Remove the `local` field of `Module`
- clif-util: only print color escape sequences in verbose mode
Created an issue in rust-fuzz/arbitrary that received 2 comments
Generate collections via a "continuation byte" rather than reading a length
Rather than doing let mut collection = Collection::new(); let n = u.arbitrary_len()?; for _ in 0..n { collection.insert(u.arbitrary()?); } to creat…
2
comments