Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
has code units that do not fit in 8 bits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Further test for attributes with different strides
|
|
Use a generic constraint for test_inlinejs.
|
|
|
|
with different stride values but both tightly packed. The test case
test both passing explicit and implicit stride (0 means
"tightly packed").
|
|
|
|
|
|
This being generic lets it work with multiple target triples
rather than being x86-specific. This works under both the
current target triple and le32-unknown-nacl.
|
|
Embind update
|
|
Fix test_asm_pgo on Windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and add testcase based on gmp.js
|
|
exceptions tests
|
|
|
|
and working in asm.js
|
|
With an updated libcxx, we no longer have libcxxabi in the
include path, so we can't have the demangling code in the
build.
|
|
|
|
|
|
functions based on function argument count.
|
|
This involved reworking how value_struct and value_tuple are registered.
|
|
|
|
|
|
|
|
must have different number of arguments each.
|
|
setters.
|
|
pointers.
|
|
|
|
|
|
Fix JSInterface::JSInterface copy constructor to take a const&
|
|
|
|
Implements setgroups
|
|
emscripten.py, so that Windows command line length limitations don't break the test_asm_pgo on Windows.
|
|
|