Skip to content
Avatar

Achievements

Achievements

Highlights

Organizations

@rust-lang @rust-lang-nursery @rust-lang-deprecated @bytecodealliance
Block or Report

Block or report alexcrichton

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

Popular repositories

  1. cc-rs Public

    Rust library for build scripts to compile C/C++ code into a Rust library

    Rust 1k 295

  2. rust-ffi-examples Public archive

    FFI examples written in Rust

    Makefile 998 160

  3. toml-rs Public

    A TOML encoding/decoding library for Rust

    Rust 950 188

  4. Rust bindings to libcurl

    Rust 824 196

  5. futures-await Public archive

    Rust 733 54

  6. tar-rs Public

    Tar file reading/writing for Rust

    Rust 434 128

2,932 contributions in the last year

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

Contribution activity

April 2022

Created 2 repositories

Created a pull request in bytecodealliance/wasm-tools that received 4 comments

Use std::ops::Range instead of a custom type

This commit removes wasmparser::Range and instead uses std::ops::Range<usize> instead. This is inspired by review on bytecodealliance/wasmtime#4005

+158 −190 4 comments
Opened 39 other pull requests in 8 repositories
bytecodealliance/wasmtime 13 merged 3 open
bytecodealliance/wit-bindgen 10 merged
bytecodealliance/wasm-tools 7 merged
alexcrichton/wasmtime 2 closed
rust-lang/backtrace-rs 1 merged
WebAssembly/component-model 1 merged
rustwasm/wasm-bindgen 1 merged
WebAssembly/spec 1 open
Reviewed 37 pull requests in 6 repositories
bytecodealliance/wasmtime 19 pull requests
bytecodealliance/wasm-tools 11 pull requests
bytecodealliance/wit-bindgen 3 pull requests
WebAssembly/component-model 2 pull requests
rust-lang/rust 1 pull request
rustwasm/wasm-bindgen 1 pull request

Created an issue in bytecodealliance/wasmtime that received 8 comments

Timeout in regalloc2 with large fuzz input and epochs enabled

Fuzzing just found this wasm module which times out while fuzzing. Locally I see: $ time RAYON_NUM_THREADS=1 ./target/release/wasmtime compile test…

8 comments
8 contributions in private repositories Apr 7 – Apr 21

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