tsembind icon indicating copy to clipboard operation
tsembind copied to clipboard

Generate typescript bindings for Embind projects

Results 3 tsembind issues
Sort by recently updated
recently updated
newest added

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...

![Screenshot 2021-09-17 at 15 08 16](https://user-images.githubusercontent.com/7217420/133788180-894a868f-b5c5-4709-9cea-ae221554da53.jpg) 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...