Age | Commit message (Collapse) | Author |
|
|
|
|
|
test_longjmp2 and 3 in asm
|
|
|
|
enable test_longjmp in asm
|
|
|
|
|
|
|
|
cannot be minified, since they are referred from inside craftInvokerFunction code, which refers to these functions by strings. Also, consistently use 12292 instead of '12292' to have no closure mismatches.
|
|
|
|
higher-level register_function though...
|
|
|
|
embind test code.
|
|
bit quicker.
|
|
this to wire type, since instanceof was profiled to be slow. Instead, the correct instanceof enforcement is done in the upcastPointer function.
|
|
classes happen to have member functions with the same name and signature - a reason why the 'instanceof' check exists in embind.js.
|
|
|
|
runtime dispatch between JS and JS embind.
|
|
position/rotation object hierarchy with shared_ptrs and benchmark moving objects from JS side using embind.
|
|
|
|
and embind.
|
|
|
|
pointer to the string literal as a constant as opposed to a global variable.
|
|
add support for interned string symbols to emscripten::val
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|