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
Pinned
942 contributions in the last year
Contribution activity
June 2020
- dcodeIO/quickjs C
- dcodeIO/semantic-release JavaScript
- dcodeIO/esm2umd JavaScript
Created a pull request in AssemblyScript/assemblyscript that received 5 comments
Fix assertion when trying to inline virtual (super) calls
Fixes #1342, but does not try to reason about when we can inline nonetheless (can we safely inline any super.xy() call?). Now emits a warning inste…
+336
−3
•
5
comments
- chore: Update badges
- fix: Fix loader not being published anymore
- Enforce strict field initialization
- feat(asc): Add options merge algorithm for use by asconfig
- fix: Fix version string in SDK dist files
- chore: Set up semantic release
- Slice version 0.10.1
- Update Binaryen and other dependencies
- Fix README image widths
- Disable aggressive ARC optimizations
- Use node resolution in asinit-generated tsconfigs if possible
- Remember failed globals so we don't hit assertions
- Implicitly resolve to callables when resolving call expressions
- Modernize READMEs
- Convert loader to ESM
- Use runtime check instead compile time for Array#flat
- Support asconfig.json
- Improve and fix utf-8 encoding / decoding for module
- refactor(compiler): Modernize & refactoring some internal parts
- Fix fromCharCodes & fromCodePoints polyfills
- refactor: Rename (dtoa|itoa)_stream to (dtoa|itoa)_buffered + simplify signature