Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
available in kripken/emscripten.
|
|
|
|
|
|
|
|
functions based on function argument count.
|
|
|
|
This involved reworking how value_struct and value_tuple are registered.
|
|
|
|
|
|
must have different number of arguments each.
|
|
|
|
bug that made it into one variant of the function but not the other...
|
|
|
|
be able to do some cool things in the future.
|