Skip to content
Avatar
🛠️
optmzg...
🛠️
optmzg...

Achievements

Achievements

Organizations

@AssemblyScript @WebAssembly-Enthusiasts
Block or Report

Block or report MaxGraey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A TypeScript-like language for WebAssembly.

    WebAssembly 12.6k 516

  2. Compiler infrastructure and toolchain library for WebAssembly

    WebAssembly 5.1k 500

  3. Fixed length big numbers for AssemblyScript 🚀

    WebAssembly 42 14

  4. Assembleash Public archive

    WebAssembly and Typescript-like languages playground

    JavaScript 72 15

  5. TypeScript / JavaScript library for detect WebAssembly features in node.js & browser

    TypeScript 34 2

  6. Generate random numbers with various distributions in AssemblyScript

    WebAssembly 5 1

Contribution activity

September 2021

Created 1 repository

Created a pull request in WebAssembly/binaryen that received 4 comments

[OptimizeInstructions] Optimize memory.fill with constant arguments

This is reland of #3071 Do similar optimizations as for #3038 but for memory.fill. memory.fill(d, v, 0) ==> { drop(d), drop(v) } only with ignoreIm…

+475 −84 4 comments

Created an issue in WebAssembly/binaryen that received 3 comments

[Suggestion] Apply simplify-globals-optimizing until reaching fixed point

I figured out that if apply several simplify-globals-optimizing passes sequentially it reduce / simplify code better

3 comments
Opened 7 other issues in 5 repositories

Seeing something unexpected? Take a look at the GitHub profile guide.