https://github.com/kripken/emscripten
Raw File
Tip revision: 0842ce1c4fe65a9667ab456e6caf78ef027b8b45 authored by Alon Zakai on 09 January 2015, 01:34:51 UTC
note if web audio is available
Tip revision: 0842ce1
emranlib
#!/usr/bin/env python2

'''
emcc - ranlib helper script
===========================

This script acts as a frontend replacement for ranlib. See emcc.
'''

back to top