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
-
-
6,067 contributions in the last year
Less
More
Contribution activity
February 2022
Created 110 commits in 18 repositories
Created 2 repositories
- sunfishcode/dbus-rs Rust
- sunfishcode/wasm-tools Rust
Created a pull request in rust-lang/rust that received 4 comments
Update the documentation for {As,Into,From}Raw{Fd,Handle,Socket}.
This change weakens the descriptions of the
{as,into,from}_raw_{fd,handle,socket} descriptions from saying that
they do express ownership relations…
+115
−72
•
4
comments
Opened 31 other pull requests in 21 repositories
bytecodealliance/rustix
2
open
6
merged
- Powerpc64le linux_raw support.
- Fix several issues in the test-users script.
- Add a CI script to test rustix's reverse dependencies.
-
Add a
PollFd::clear_reventsfunction. - Add support for abstract-name sockets.
- Poll support for Winsock2.
- Update to is-terminal 0.1.0.
-
Add comments to
dup2_to_replace_stdio.