Skip to content
Avatar

Sponsoring

@jart
@andrewrk
@ValeLang

Organizations

@emscripten-ports @WebAssembly @llvm @emscripten-core
Block or Report

Block or report kripken

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

Popular repositories

  1. ammo.js Public

    Direct port of the Bullet physics engine to JavaScript using Emscripten

    C++ 3.3k 460

  2. BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML

    C++ 1.3k 291

  3. box2d.js Public

    Port of Box2D to JavaScript using Emscripten

    C 1.2k 188

  4. speak.js Public

    Text-to-Speech in JavaScript using eSpeak

    C++ 1.2k 303

  5. llvm.js Public

    LLVM compiled to JavaScript using Emscripten

    JavaScript 436 36

  6. JavaScript 222 19

2,539 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2022

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

Switch to i32 operations when heading to a wrap anyhow

E.g. if we just do addition etc., then any higher bits will be wrapped out anyhow: int32_t(int64_t(x) + int64_t(10)) => x + int32_t(10) Found by th…

+292 −56 8 comments
Reviewed 34 pull requests in 2 repositories
emscripten-core/emscripten 25 pull requests
WebAssembly/binaryen 8 pull requests

Created an issue in WebAssembly/binaryen that received 3 comments

Optimize comparisons of adjusted values

E.g. (i32.gt_u (i32.shr_u (local.get $0) (i32.const 1) ) (i32.const 100) ) =-> (i32.gt_u (local.get $0) (i32.const 201) ) Instead of dividing by 2…

3 comments

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