This repository was archived by the owner on Jul 20, 2025. It is now read-only.
C++ SDK v0.16.0 Update
v0.2.0 updates the underlying C++ SDK from v0.11.4 to to v0.16.0. These breaking changes in the C++ SDK are propagated to the JavaScript level so developers will need to update their code to use the new types and parameters.
Changes
C++ SDK v0.12.0 added an extra void*
parameter to functions / types containing function pointers (see specifics in the SDK release notes). JavaScript does not require use of the new context
parameter so it can be set to ref.NULL
, however, the function pointer type names and definitions have changed.
See the diff for example scripts to see the changes.