Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Popular repositories
3,619 contributions in the last year
Less
More
Activity overview
Contributed to
emscripten-core/emscripten,
WebAssembly/binaryen,
emscripten-core/emsdk
and 5 other
repositories
Contribution activity
March 2021
Created 13 commits in 2 repositories
Created a pull request in WebAssembly/binaryen that received 3 comments
wasm-autogen tool
This implements one possible way of autogenerating C API code. In the future the JS API could also do this.
The approach taken here is:
A C++ tool, …
+316
−15
•
3
comments
Opened 11 other pull requests in 2 repositories
WebAssembly/binaryen
1
open
8
merged
- Fix binary writing of local name indexes
- [Wasm GC] Parse text field names even of types that end up canonicalized together
- [Wasm GC] Allow subtyping in arguments to struct.get etc.
- [Wasm GC] ref.cast should have zero immediates in current spec and prototype v3
- Make the reduction script more robust, and document text reduction
- [Wasm Exceptions] Fix a handwritten exceptions test
- Remove duplicate assertion. NFC
- Refactor code out of parsing.h NFC.
- [Wasm Exceptions] Fix/work around delegate 0 issues in Inlining pass
emscripten-core/emscripten
1
open
1
merged
Reviewed 13 pull requests in 3 repositories
emscripten-core/emscripten 7 pull requests
WebAssembly/binaryen 3 pull requests
emscripten-core/emsdk 3 pull requests
Created an issue in WebAssembly/binaryen that received 1 comment
Strange issue with std::map<Type, ..>
In wasm-stack we have std::map<Type, size_t> numLocalsByType;. On the testcase below something quite odd happens, on this code:
o << U32LEB(numLoc…
1
comment