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
bytecodealliance/wasmtime PublicA fast and secure runtime for WebAssembly
-
-
bytecodealliance/cap-std
bytecodealliance/cap-std PublicCapability-oriented version of the Rust standard library
-
-
bytecodealliance/rustix
bytecodealliance/rustix PublicSafe Rust bindings to POSIX-ish APIs
3,974 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
January 2024
Created 54 commits in 18 repositories
Created 2 repositories
-
sunfishcode/particle
This contribution was made on Jan 8
-
sunfishcode/wepl
Rust
This contribution was made on Jan 2
Created a pull request in bytecodealliance/wasm-tools that received 4 comments
Accept f32/f64 as aliases for float32/float64.
In WebAssembly/component-model#277 there seems to be consensus emerging to rename float32/float64 to f32/f64. This PR just adds support for parsing f…
+79
−57
lines changed
•
4
comments
Opened 38 other pull requests in 15 repositories
lann/wave
10
merged
-
Fix the EBNF to allow empty list and flags values.
This contribution was made on Jan 9
-
Add error tests for records, flags, and lists.
This contribution was made on Jan 8
-
Fix
Value::make_flagsto sort the flags.This contribution was made on Jan 8 -
Fix the parser to reject variants of "nan" and "inf" not in the ebnf.
This contribution was made on Jan 8
-
Allow '%'-prefixed identifiers, following Wit.
This contribution was made on Jan 5
-
Canonicalize NaNs.
This contribution was made on Jan 4
-
Add tests for reordering and omitting record fields.
This contribution was made on Jan 4
-
Remove spurious
[s in some tests.This contribution was made on Jan 4 -
Make
value::Valueandvalue::Typenewtypes.This contribution was made on Jan 4 -
Fix
from_strto diagnose unexpected text at the end of the string.This contribution was made on Jan 4
rylev/wepl
5
merged
-
Implement printing for more types.
This contribution was made on Jan 5
-
Update dependencies
This contribution was made on Jan 5
-
Fix a
todo!()inStdoutStream.This contribution was made on Jan 3 -
Update to Wasmtime 16.0.
This contribution was made on Jan 2
-
Add a license and codes of conduct.
This contribution was made on Jan 2
bytecodealliance/wasm-tools
2
merged
2
open
-
Add migration code for
f32/f64.This contribution was made on Jan 9 -
Silently ignore non-doc-comment comments.
This contribution was made on Jan 9
-
Switch to
///for printing documentation comments.This contribution was made on Jan 4 -
Document using wit-components for C and C++ programs.
This contribution was made on Jan 4
sunfishcode/c-ward
3
merged
-
Add some comments, and minor cleanups.
This contribution was made on Jan 11
-
Organize
set*idfunctions into their own todo module.This contribution was made on Jan 11 -
Move todo function stub reorganization.
This contribution was made on Jan 11
bytecodealliance/cap-std
3
merged
-
Use more custom traits.
This contribution was made on Jan 11
-
Fix one more place that was depending on std::os::unix::fs::PermissionsExt
This contribution was made on Jan 10
-
Use custom traits instead of libstd's
MetadataExtandPermissionsExt.This contribution was made on Jan 3
bytecodealliance/rustix
2
merged
-
Fix a new
dead_codewarning.This contribution was made on Jan 11 -
On 32-bit x86, add more strategies for the syscall mechanism.
This contribution was made on Jan 5
sunfishcode/io-arrays
2
merged
-
Update to system-interface 0.27.0.
This contribution was made on Jan 11
-
Update to cap-std 3.0.0.
This contribution was made on Jan 11
bytecodealliance/system-interface
2
merged
-
Update to cap-std 3.0.0.
This contribution was made on Jan 11
-
Update to windows-sys 0.52.
This contribution was made on Jan 2
sunfishcode/nameless
1
merged
-
Update to system-interface 0.27.0.
This contribution was made on Jan 11
sunfishcode/io-streams
1
merged
-
Update to cap-std 3.0.0.
This contribution was made on Jan 11
sunfishcode/dir-view
1
merged
-
Update to cap-std 3.0.0.
This contribution was made on Jan 11
sunfishcode/open-ambient
1
merged
-
Update to cap-std 3.0.0.
This contribution was made on Jan 11
WebAssembly/wasi-sockets
1
merged
-
Convert
//-style comments to///.This contribution was made on Jan 9
WebAssembly/wasi-cli
1
open
-
Switch to
///comments.This contribution was made on Jan 9
bytecodealliance/wasmtime
1
merged
-
Update several dependencies to windows-sys 0.52.
This contribution was made on Jan 2
Reviewed 10 pull requests in 7 repositories
WebAssembly/wasi-libc
3 pull requests
-
add WASI Preview 2 bindings
This contribution was made on Jan 10
-
emmalloc: use __heap_end instead of sbrk(0)
This contribution was made on Jan 10
-
add stubs for
statvfs,chmod, etc.This contribution was made on Jan 10
WebAssembly/wasi-sdk
2 pull requests
-
doc: remember to tag wasi-libc during a release
This contribution was made on Jan 10
-
build and test
wasm32-wasi-preview2targetThis contribution was made on Jan 10
bytecodealliance/cap-std
1 pull request
-
Use custom traits instead of libstd's
MetadataExtandPermissionsExt.This contribution was made on Jan 9
lann/wave
1 pull request
-
Allow '%'-prefixed identifiers, following Wit.
This contribution was made on Jan 5
sunfishcode/hello-wasi-http
1 pull request
-
Update wit definitions to 0.2.0-rc-2023-12-05
This contribution was made on Jan 3
WebAssembly/wasi-sockets
1 pull request
-
Document SO_REUSEADDR to be the default for TCP
bindThis contribution was made on Jan 3
sunfishcode/c-ward
1 pull request
-
Fchownat, ptsname and fstatfs
This contribution was made on Jan 3
Created an issue in lann/wave that received 3 comments
Treat inf, nan, true, false as keywords
Currently there's ambiguity with inf/nan between floating-point or variant-case. We could just accept this as a quirk that we resolve using the typ…
3
comments
Opened 3 other issues in 2 repositories
bytecodealliance/wasm-tools
2
open
-
wit: migrate to only accepting
///for doc commentsThis contribution was made on Jan 9 -
wit: Migrate from
float32/float64tof32/f64This contribution was made on Jan 9
bytecodealliance/cap-std
1
closed
-
Stop implementing std's
MetadataExtThis contribution was made on Jan 2






