Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to test WebAssembly
QtWS25 Last Chance

How to test WebAssembly

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 4 Posters 875 Views
  • 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.
  • ODБOïO Offline
    ODБOïO Offline
    ODБOï
    wrote on last edited by
    #1

    Hello, i can read lot of old articles saying WebAssembly will be avalable with qt5.11.
    So, is it released ? Is it possible to test with openSource licence ? if yes, where to start pls ?

    THX

    raven-worxR 1 Reply Last reply
    0
    • ODБOïO ODБOï

      Hello, i can read lot of old articles saying WebAssembly will be avalable with qt5.11.
      So, is it released ? Is it possible to test with openSource licence ? if yes, where to start pls ?

      THX

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @LeLev
      https://wiki.qt.io/Qt_for_WebAssembly

      you need to compile it yourself from source for now.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      ODБOïO 1 Reply Last reply
      3
      • raven-worxR raven-worx

        @LeLev
        https://wiki.qt.io/Qt_for_WebAssembly

        you need to compile it yourself from source for now.

        ODБOïO Offline
        ODБOïO Offline
        ODБOï
        wrote on last edited by
        #3

        Thank you @raven-worx

        J 1 Reply Last reply
        1
        • ODБOïO ODБOï

          Thank you @raven-worx

          J Offline
          J Offline
          JeTSpice
          wrote on last edited by
          #4

          I have not compiled source before. Does anyone know of a tutorial on how to do that, or just want to throw me a nightly build :)

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            mkdir build_module
            cd build_module
            /path/to/Qt/version/bin/qmake /path/to/module/sources
            make
            make install
            

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            J 1 Reply Last reply
            1
            • SGaistS SGaist

              Hi,

              mkdir build_module
              cd build_module
              /path/to/Qt/version/bin/qmake /path/to/module/sources
              make
              make install
              
              J Offline
              J Offline
              JeTSpice
              wrote on last edited by
              #6

              @SGaist Thank you. I assume this is done in cmd and path/to/module/soources is the outermost folder for the webassembly files?

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                You’re correct, yes.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0

                • Login

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