I'm working on Wasmtime, WASI, and lots of things related to WebAssembly.
Block or Report
Block or report sunfishcode
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
bytecodealliance/wasmtime Public
Standalone JIT-style runtime for WebAssembly, using Cranelift
-
-
bytecodealliance/cap-std Public
Capability-oriented version of the Rust standard library
-
-
5,748 contributions in the last year
Less
More
Contribution activity
March 2022
Created 39 commits in 4 repositories
Created 2 repositories
Created a pull request in rust-lang/rust that received 4 comments
Generalize get_nullable_type to allow types where null is all-ones.
Generalize get_nullable_type to accept types that have an all-ones bit
pattern as their sentry "null" value.
This will allow OwnedFd, BorrowedFd, O…
+8
−6
•
4
comments
Opened 14 other pull requests in 4 repositories
bytecodealliance/rustix
7
merged
sunfishcode/io-lifetimes
5
merged
WebAssembly/component-model
1
merged
rust-lang/rust
1
merged
Reviewed 4 pull requests in 4 repositories
rust-lang/rust
1 pull request
WebAssembly/component-model
1 pull request
coreos/cap-std-ext
1 pull request
bytecodealliance/wasmtime
1 pull request
Created an issue in bytecodealliance/rustix that received 3 comments
Find a better way to handle dup2 vs dup3 differences
dup2 silently does nothing if the file descriptors passed to it are equal. dup3 fails. Rustix calls these functions dup2 and dup2_with, which sugge…
3
comments