Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. Webassembly - Typescript support
Forum Updated to NodeBB v4.3 + New Features

Webassembly - Typescript support

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
2 Posts 2 Posters 401 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    just_a_developer
    wrote on 18 Feb 2022, 10:35 last edited by
    #1

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

    Would it be possible to have Typescript output with *.ts extension?

    J 1 Reply Last reply 18 Feb 2022, 13:26
    0
    • J just_a_developer
      18 Feb 2022, 10:35

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

      Would it be possible to have Typescript output with *.ts extension?

      J Offline
      J Offline
      JKSH
      Moderators
      wrote on 18 Feb 2022, 13:26 last edited by
      #2

      @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

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      1/2

      18 Feb 2022, 10:35

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved