Skip to content
Avatar

Achievements

Achievements

Organizations

@w3c @tc39 @rust-lang @CraneStation @WebAssembly @llvm @bytecodealliance
Block or Report

Block or report sunfishcode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Standalone JIT-style runtime for WebAssembly, using Cranelift

    Rust 6.9k 624

  2. WebAssembly System Interface

    Rust 2.6k 178

  3. Capability-oriented version of the Rust standard library

    Rust 384 12

  4. A low-level I/O ownership and borrowing library

    Rust 53 2

  5. Safe Rust bindings to POSIX-ish APIs

    Rust 457 25

  6. nameless Public

    Full-service command-line parsing

    Rust 49 2

5,748 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

March 2022

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
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
Opened 2 other issues in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.