Age | Commit message (Collapse) | Author |
|
With the use of -target rather than -triple, these are no longer
needed.
|
|
Apparently -target replaced -triple in the past. Using -target
also makes the behavior of clang match the target rather than
the host platform.
|
|
Embind update
|
|
Fix test_asm_pgo on Windows.
|
|
File Packager improvements
|
|
|
|
to keep our libcxxabi clean from custom changes w.r.t. upsstream libcxxabi.
This reverts commit 848c186df3a8f1eff6e7b1af0b08df25aefae0e3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and add testcase based on gmp.js
|
|
exceptions tests
|
|
|
|
and working in asm.js
|
|
|
|
|
|
|
|
|
|
|
|
__attribute__((used)) macro in embind/bind.cpp.
This reverts commit cbf636a88bcfcabf084331fc4d8a445cacb158f9.
|
|
|
|
With an updated libcxx, we no longer have libcxxabi in the
include path, so we can't have the demangling code in the
build.
|
|
available in kripken/emscripten.
|
|
|
|
|
|
|
|
|
|
|
|
functions based on function argument count.
|
|
|
|
This involved reworking how value_struct and value_tuple are registered.
|
|
|
|
|