Popular repositories
2,614 contributions in the last year
Less
More
Activity overview
Contributed to
bytecodealliance/wasmtime,
bytecodealliance/wasm-tools,
rust-lang/cargo
and 5 other
repositories
Contribution activity
May 2021
alexcrichton has no activity
yet for this period.
April 2021
Created 56 commits in 20 repositories
Created 1 repository
Created a pull request in rust-lang/rust that received 32 comments
rustc: Use LLVM's new saturating float-to-int intrinsics
This commit updates rustc, with an applicable LLVM version, to use
LLVM's new llvm.fpto{u,s}i.sat.*.* intrinsics to implement saturating
floating-p…
+104
−378
•
32
comments
Opened 44 other pull requests in 15 repositories
bytecodealliance/wasmtime
15
merged
1
closed
- Bring back per-thread lazy initialization
-
Bring back
Module::deserialize - Process declared element segments for "possibly exported funcs"
- Delete signature for no-longer-present function
-
Optimize
table.initinstruction and instantiation -
Precompute fields in
VMOffsets - Speed up registration of stack maps
- Improve signature lookup happening during instantiation
-
Add some more
#[inline]annotations for trivial functions - Don't hash for the cache if it's disabled
- Update wast to 35.0.2
- Document guidance around multithreading and Wasmtime
- Fully support multiple returns in Wasmtime
- Move some scopes around to fix a leak on raising a trap
- Daily update of wasm-smith
- Fix printing float results from the CLI
bytecodealliance/wasm-tools
5
merged
rust-lang/llvm-project
3
merged
1
closed
rust-lang/rust
3
merged
1
open
rust-lang/cargo
4
merged
rust-lang/stdarch
1
open
1
merged
alexcrichton/rfcs-2
1
open
bytecodealliance/sightglass
1
merged
rust-lang/backtrace-rs
1
merged
rustwasm/wasm-bindgen
1
merged
rustwasm/walrus
1
merged
alexcrichton/interface-types
1
open
bytecodealliance/wasmtime-go
1
merged
bytecodealliance/wasmtime-py
1
merged
WebAssembly/WASI
1
open
Reviewed 22 pull requests in 8 repositories
bytecodealliance/wasmtime 10 pull requests
- wasi-nn: turn it on by default
-
Use
map_orinstead ofmapandunwrap_orinTableElement::into_raw - Add resource limiting to the Wasmtime API.
- Additional performance improvements for module instantiation.
- Introduce a new API that allows notifying that a Store has moved to a new thread
- Generate unwind information on Win64 with the old backend
- Refactor store frame information.
- Improve wasm2obj for AOT use case
- Tweaks some tests for Mac aarch64
- Add a compile command to Wasmtime.
bytecodealliance/wasm-tools 4 pull requests
rust-lang/cargo 3 pull requests
bytecodealliance/wizer 1 pull request
alexcrichton/tar-rs 1 pull request
rust-lang/backtrace-rs 1 pull request
rust-lang/flate2-rs 1 pull request
rust-lang/rust 1 pull request
Created an issue in rust-lang/lang-team that received 3 comments
New ABI: "wasm"
Summary
I was recommended by @joshtriplett to open a proposal for design meeting about the new extern "wasm" ABI that I prototyped in rust-lang/rus…
3
comments
Opened 3 other issues in 1 repository
8
contributions
in private repositories
Apr 29 – Apr 30