Block or Report
Block or report dcodeIO
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
513 contributions in the last year
Less
More
Contribution activity
November 2021
Created 6 commits in 2 repositories
Created a pull request in AssemblyScript/assemblyscript that received 1 comment
Fix Binaryen glue string encoding
Fixes some old code inherited from Emscripten around the initial commit, that is not handling surrogates correctly. Did not surface so far because …
+27
−26
•
1
comment
Opened 5 other pull requests in 2 repositories
AssemblyScript/assemblyscript
4
merged
AssemblyScript/binaryen.js
1
merged
Reviewed 24 pull requests in 3 repositories
AssemblyScript/assemblyscript
20 pull requests
- Add clz and ctz unary operations for glue/i64
- Refactor pass pipeline for better precompute globals
- Update typescript to 4.5 + other deps
- Skip leading bar during type's declaration
- Refactor text util surrogate helpers
- Update node nightly to v18 for CI
- Refactor text utils
- Add useDefineForClassFields = false and some extra check flags
- feat: Allows Simd constructors accept more than just constants
- feat: Add trueish conversion for v128 types
- fix: Fix boolean oveflow casts for constants
- fix: transform cannot find module
- fix: compileSwitchStatement will hide inner conditional flags
- fix: Types of small integer constants should always set a current type
- Update ts-node to 10.4.0
- Handle more failure cases during readDecimalFloat
- [refactoring] move Token.ASTERISK_ASTERISK to general group in resolveBinaryExpression
- Slightly optimize interop with binaryen
- Expose try for exception handling
- Add fast path for memory.repeat