Age | Commit message (Collapse) | Author |
|
|
|
embind test code.
|
|
converters.
|
|
this to wire type, since instanceof was profiled to be slow. Instead, the correct instanceof enforcement is done in the upcastPointer function.
|
|
|
|
|
|
before parameters to catch invalid this type before invalid parameters.
|
|
|
|
functions into one to remove code duplication.
|
|
|
|
Return timing ticks consistently as seconds in all methods.
|
|
after toWireType. Instead, directly generate dtor calls whenever possible.
|
|
nonconst-, and smartptr implementations.
|
|
|
|
generated with makeInvoker.
|
|
Instead, manually craft invoker functions for each function.
|
|
add support for interned string symbols to emscripten::val
|
|
the non-minified JS in Northstar.
|
|
|
|
|
|
|
|
|
|
"String.fromCharCode" can be a performance bottleneck if called a lot, like 50,000 times per second. Depending on application it can be necessary. A better solution is not converting from HEAP at all, but it requires more work.
|
|
|
|
has code units that do not fit in 8 bits
|
|
|
|
|
|
before pusing embind to GitHub.
|
|
|
|
|
|
|
|
|
|
are disabled
|
|
disabled
|
|
|
|
Embind update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and add testcase based on gmp.js
|
|
exceptions tests
|
|
and working in asm.js
|
|
|
|
|
|
|
|
|