tsembind
tsembind copied to clipboard
Generate typescript bindings for Embind projects
When running tsembind on a js import library generated with embind I am getting the error message "Cannot find module". I printed the key of the only item stored in...
 I am trying to use this library with an EXPORT_ES6 library, the flags I build the library are ``` -s MODULARIZE \ -s EXPORT_ES6...
If `-s MODULAR` was not used during linking, then we should export a top-level module object directly. Currently, we export a top-level promise to the object, which only works when...