https://github.com/kripken/emscripten
Raw File
Tip revision: 644b0135f293f334b98ca01a743abf7271a4ac64 authored by Jukka Jylänki on 16 October 2014, 21:42:49 UTC
Migrate to using musl 1.0.3 math functions to avoid jumping out of asm.js path and generating garbage.
Tip revision: 644b013
emmake.bat
@echo off
python "%~dp0\emmake" %*
back to top