Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
502 contributions in the last year
Contribution activity
November 2020
Created 4 commits in 2 repositories
Created a pull request in bytecodealliance/wasmtime that received 2 comments
cranelift: refactor unwind logic to accommodate multiple backends
Prepares code for #2313
Make cranelift_codegen::isa::unwind::input public
Move UnwindCode's common offset field out of the structure
Make MachComp…
Opened 3 other pull requests in 1 repository
bytecodealliance/wasm-tools
1
open
2
merged
Reviewed 8 pull requests in 3 repositories
bytecodealliance/wasmtime 5 pull requests
bytecodealliance/wasmtime-dotnet 2 pull requests
bytecodealliance/wasm-tools 1 pull request
Created an issue in bytecodealliance/wasmtime that received 6 comments
Cranelift: implement Windows(Fastcall) in VCode
The issue is a part of #2079 (and possibly #1642 ?). The issue needs to be extended to all new backends (x64 and aarch64). This will require implem…