emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

emit-tsd could also help with typings for MODULARIZE function arg

Open starball5 opened this issue 1 year ago • 0 comments

Version of emscripten/emsdk: 3.1.57

Right now, the emitted type of the options argument for the modularize function is unknown. It would be nice if typings were included for this.

It would also be nice if it took into account INCOMING_MODULE_JS_API to only declare those properties.

starball5 avatar Apr 21 '24 23:04 starball5