I'm working on Wasmtime, WASI, and lots of things related to WebAssembly.
mastodon.online/@sunfish
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
-
-
5,924 contributions in the last year
Contribution activity
May 2022
Created 30 commits in 5 repositories
Created 1 repository
Created a pull request in rust-lang/rust-clippy that received 1 comment
Fix cast_lossless to avoid warning on usize to f64 conversion.
Previously, the cast_lossless lint would issue a warning on code that
converted a usize value to f64, on 32-bit targets.
usize to f64 is a lossless…
+1
−15
•
1
comment