Open marcofugaro opened 3 years ago
Yeah there should be a test in here that binds a simple void function with -s EXPORT_ES6
. Looking into it.
Have you tried disabling the ES6 / web specific flags and running TSEMBIND on the JS/WASM produced from that?
I am trying to use this library with an EXPORT_ES6 library, the flags I build the library are
And my library ends with:
I also have
type="module"
in my package.json.