- The Web
- https://dcode.io
Block or Report
Block or report dcodeIO
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
A TypeScript-like language for WebAssembly.
-
-
WebAssembly/binaryen Public
Compiler infrastructure and toolchain library for WebAssembly
-
AssemblyScript/binaryen.js Public
A buildbot for browser & Node.js builds of Binaryen, a compiler infrastructure and toolchain library for WebAssembly.
595 contributions in the last year
Less
More
Contribution activity
August 2022
Created 260 commits in 5 repositories
Created a pull request in AssemblyScript/assemblyscript that received 4 comments
BREAKING CHANGE: Remove support for WASI
For us, WASI's exclusionary design is a regression and even though we voiced our needs, suggestions and concerns many times over the last years, it…
+34
−46,370
•
4
comments
Opened 3 other pull requests in 2 repositories
AssemblyScript/website
2
merged
AssemblyScript/assemblyscript
1
merged
Reviewed 36 pull requests in 3 repositories
AssemblyScript/assemblyscript
25 pull requests
- Update binaryen
-
Enhance
FunctionExpression
type inference - fix: Element access operator should derive index type properly from overloaded signature
- Minor refactorings for numeric parsing in tokenizer
- Refactor RefIsOp and RefAsOp enums
- Add various Binaryen constant for new instructions
-
fix: handle void to void during
convertExpression
- fix: Fix resolveNamedType cannot resolve type parameter in contextual element
- fix: remove the parameter number limit for functionType infer
- fix: infer return type in implicit return arrow function
- fix: Disallow "any to v128" or "v128 to any" conversions
- feat: store local name in debug mode binary
- fix: properly check undefined exportStart option
- fix: Add missing type for i64_signbit input argument
- Add debugInfo for compiler's Options
- Add warnings if entry contains imported / exported function or global with v128 type
- [cli] Prevent uses binaryFile in options
- feat: add type narrow to support better type check
- Move bswap to builtins. Remove bswap16
- [cli] update exportRuntime option description
- [bindings] add size types for path path lowering in StaticArray
- Refactor uniqueMap. Add mergeMaps
- Refactor unary and binary methods in Module
- Optimize indent util
- [NFC] Refactor fill methos of all arrays
- Some pull request reviews not shown.