Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
sql.js
SQLite compiled to JavaScript through Emscripten
-
ammo.js
Direct port of the Bullet physics engine to JavaScript using Emscripten
-
BananaBread
BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
-
speak.js
Text-to-Speech in JavaScript using eSpeak
-
box2d.js
Port of Box2D to JavaScript using Emscripten
-
llvm.js
LLVM compiled to JavaScript using Emscripten
2,126 contributions in the last year
Contribution activity
May 2019
Created a pull request in emscripten-core/emscripten that received 3 comments
Build gl separately for OFFSCREEN_FRAMEBUFFER
This lets a program use pthreads, but not OFFSCREEN_FRAMEBUFFER, and still work. Otherwise, the proxying code would have been reached anyhow, in th…
+35
−19
•
3
comments
- wasm2js: "handle" saturating float to int conversions
- Update readme with some wasm2js docs and other stuff
- wasm2js: optimize loads
- SortBlocks pass
- wasm2js: avoid some slow operations when not optimizing
- wasm2js: don't emit obviously unnecessary parens
- wasm2js: ignore implicit traps
- Add a pass to lower unaligned loads and stores
- wasm2js: don't run coalesce-locals if not optimizing
- Clang-tidy braces changes
- wasm2js: run more optimizations