Popular repositories
-
emscripten
Emscripten: An LLVM-to-JavaScript Compiler
-
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
2,602 contributions in the last year
Contribution activity
January 2017
Created a pull request in kripken/emscripten
that received 20
comments
Wasm async compilation
This builds on #4859 (and must wait for it to land) to implement async compilation using WebAssembly.instantiate. As discussed in the design repo, …
- Emit binary straight from asm2wasm. create a text wast only if necessary
- LLVM 4.0
- support emscripten_wget in emterpretify-async mode
- fix binaryen setup: if we don't find binaryen on the local system, se…
- update binaryen port to version_24
- Avoid using a temp file when separating asm
- Do not assume anything about the top bits in llvm intrinsics receiving i8/i16 values
- Do wasm/js glue in emscripten
- wasm_js_glue can be unicode, so make sure to convert to string proper…
- clean up wasm/js integration, put the integration code alongside its …
- No wasm + pthreads
- Read/Write Abstraction
- fix bustage caused by conflict between last two landings
- handle an unreachable param to an export in asm2wasm, which is ignorable
- DCE even in -O0
- DCE at the end of asm2wasm
- When a switch is too big, create an if-else chain instead
- Mark memory as existing when it is created in the C API
- Handle stacky code
- Fix AngryBots parsing
- Wasm async compilation
- Emit binary straight from asm2wasm. create a text wast only if necessary
- Make anonymous mmap return page-aligned addresses
- parallel_llvm_nm
- Add keys for EQUALS and MINUS for GLFW for other browsers
- Do wasm/js glue in emscripten
- Search for mingw32-make in LLVM_ROOT in addition to PATH
- up_front_heap_allocation
- Ban V8 from dylib tests
- Fix bug in wasm table size calculation
- update_gl_headers