Skip to content

Tags: thewheelmaker/emscripten

Tags

1.38.31

Toggle 1.38.31's commit message
Change ino_t/off_t to 64-bits (emscripten-core#8467)

Related to emscripten-core#7649 (point 5) and subset of emscripten-core#7799

* Update python.bc

* Update output wasm sizes

* Update wasm backend tests

1.38.27

Toggle 1.38.27's commit message
Bump version to 1.38.27 after updating struct_info.json

1.38.26

Toggle 1.38.26's commit message
Update version to 1.38.26 to enable externUses tracking in fastcomp

1.38.25

Toggle 1.38.25's commit message
Micro-optimize access to emscripten_memcpy_big: moving return stateme…

…nt to wasm side saves 6 bytes (reduces JS code by 9 bytes, increases wasm code by only 3 bytes)

1.38.23

Toggle 1.38.23's commit message
Move legacy GL emulation into its own file library_glemu.js. Restore …

…glDrawArrays() and glDrawElements() to be closure minified.