js-bind icon indicating copy to clipboard operation
js-bind copied to clipboard

js::bind makes any C++ function, member function or lambda as a Javascript callback.

Results 2 js-bind issues
Sort by recently updated
recently updated
newest added

What is the memory management approach of this library? Are the C++ callbacks freed? Can I free them explicitly? This is important because they might be holding onto e. g....

Hello. I convert LoadScript function from Js to C++, set events onload and onerror all ok , but I get following error when onload event is launched. Summary: Script is...