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,307 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…
- Replace binaryen -ttf based fuzzing with wasm-smith
- Remove Windows-specific code for static memory bounds
- 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
- wast: Add a cache for copying types from other modules
- Enable more reference tests against wabt
- Update wabt submodule
- 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
- peepmatic: update z3 dependency to version 0.7.0
- CI: upload built peepholes as artifacts
- Add Trap::trap_code
- Add docs.wasmtime.dev as a CNAME for the Wasmtime docs
- Update cfg-if dependency
- get pc for freebsd
- Add ARM32 build test to CI.
- Fix arm32 build after some ABI framework changes.
- Add an initial wasi-nn implementation for Wasmtime
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…