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
3,286 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in fitzgen/wasm-smith that received 7 comments
Add support for the multi-memory proposal
This commit adds support for the multi-memory proposal by exposing a
Config::max_memories method which defaults to 1. Additionally memory
indices a…
- Remove `source_loc` from `TrapInformation`
- Further compress the in-memory representation of address maps
- Encode modules with variable-length integers
- Compress in-memory representation of `FunctionAddressMap`
- Refactor how signatures/trampolines are stored in `Store`
- Remove the `finished_functions` field in `Instance`
- Don't store `Arc<VMInterrupts>` in instances
- Avoid allocations in trampoline shims
- Don't allocate a new ISA for each `Func::wrap`
- Fix enabling interrupts in fuzzers
- Update Github Actions CI set-env/add-path
- Update wasmparser, wast, and spec test suite
- Add initial support for the multi-memory proposal
- wasm-smith: Implement reference types support
- Fix another integer overflow in wasmprinter's nesting
- Fix multi-memory resolution with new simd instrs
- Fix default alignment in `wast` for new simd instrs
- Fix handling of indentation printing invalid modules
- Fuzz with multi-memory on CI
- Fix an out-of-bounds shift in wasmprinter
- Improve type mismatch error messages
Created an issue in qmk/qmk_firmware that received 11 comments
[Bug] ErgodoxEZ prevents Windows computer from sleeping
Hello! I recently got an Ergodox EZ keyboard and have been getting used to it. One thing I've noticed, however, is that when my computer goes to sl…

