https://github.com/kripken/emscripten
Raw File
Tip revision: 9aa8ab3fdd5ec0913e41eafef3b920d32a532117 authored by Alon Zakai on 28 July 2014, 22:36:14 UTC
support exceptions with virtual inheritance, by letting libcxxabi adjust the pointer as an out param; fixes #2531; 1.21.9
Tip revision: 9aa8ab3
emranlib
#!/usr/bin/env python2

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

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

back to top