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

Highlights

  • Arctic Code Vault Contributor

Organizations

@AssemblyScript @WebAssembly-Enthusiasts

Pinned

  1. Definitely not a TypeScript to WebAssembly compiler 🚀

    WebAssembly 10.1k 414

  2. Compiler infrastructure and toolchain library for WebAssembly

    WebAssembly 4.4k 444

  3. Fixed length big numbers for AssemblyScript 🚀

    WebAssembly 34 10

  4. Assembleash Archived

    WebAssembly and Typescript-like languages playground

    JavaScript 75 16

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

    TypeScript 28 2

  6. WebGL2 bindings for TypeScript

    TypeScript 37 7

Contribution activity

October 2020

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

Partial evaluation improvements

((signed)x / C1) / C2 -> (signed)x / (C1 * C2) ((unsigned)x / C1) / C2 -> (unsigned)x / (C1 * C2) rotl(rotl(x, C1), C2) -> rotl(x, (C1 + C2) & (31|…

+667 −47 21 comments

Created an issue in typescript-eslint/typescript-eslint that received 8 comments

[@typescript-eslint/keyword-spacing] Expected space(s) before "this"

Got false positive error like error Expected space(s) before "this" @typescript-eslint/keyword-spacing which triggered on such examples: return <Boo>

3 of 3 8 comments

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

You can’t perform that action at this time.