Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
performed by registering a faster form of toWireType function that omits type checks. toWireType can potentially be a 'hot' function in C++<->JS interop.
|
|
have u32 type, so UINT_MAX literal comes out as 'i32 -1' literal to JS, which whould treat it as a negative -1.0 double.
|
|
function exported with embind and the integer (char/short/int/long) is out of bounds of the data type expected by the C++ function.
|
|
see what is left there)
|
|
directly.
|
|
|
|
|
|
chrome profiler.
|
|
to the method. This removes several special cases and will remove even more soon.
|
|
types.
|
|
|
|
|
|
|
|
|
|
value_tuple elements.
|
|
|
|
|
|
|
|
an instance prototype and a constructor function.
|
|
|
|
class, and use the same ClassHandle prototype so class handles and smart pointer handles share implementations for .clone() and .delete()
|