Webassembly - Typescript support
Unsolved
Qt for WebAssembly
-
I build and run my Qt application successfully for WebAssembly. Everything is working fine.
The WebAssembly package has the following files :
myApp.js
qtloader.js
myApp.wasm
myApp.html
qtlogo.svgWould it be possible to have Typescript output with *.ts extension?
-
@just_a_developer said in Webassembly - Typescript support:
Would it be possible to have Typescript output with *.ts extension?
May I ask why you want this?
- A *.js file can be integrated into TypeScript code
- A *.ts files cannot be used directly with HTML websites; they need to be compiled into *.js files first