Popular repositories
229 contributions in the last year
Less
More
Contribution activity
May 2021
protheory8 has no activity
yet for this period.
April 2021
Created 1 commit in 1 repository
Reviewed 1 pull request in 1 repository
match-theory/match-theory 1 pull request
Created an issue in rust-lang/rust that received 1 comment
Compiling std with multivalue feature on wasm32-unknown-unknown target fails
I tried this code:
src/lib.rs:
#[no_mangle]
pub extern fn return_two_nums() -> (i32, i32) { (0, 1)
}
and compiled it with RUSTFLAGS="-C target-feat…
1
comment