Using Qt for WebAssembly on Windows

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 28

  • @mehmetuysal163
    @mehmetuysal163 2 ปีที่แล้ว +3

    You don't know me but you saved my internship. I hope you will live a long and happy life.

  • @Reddune92
    @Reddune92 3 ปีที่แล้ว +2

    If you get the error "Input file has an unknown suffix" that means you used a "space" in the foldername... so dont call your folder "Build Webassembly" use "BuildWebassembly". Just saying so other people dont have to google around so much. Very nice video btw helped alot :)

  • @saimmetinkaryagar8789
    @saimmetinkaryagar8789 3 ปีที่แล้ว

    Qt for web assembly was something I wanted to try but I could not do it by myself. I will try this as soon as possible. Thank you a lot.

  • @simon784
    @simon784 3 ปีที่แล้ว +2

    Thank you very much! One more question, how do I set up the Emscripten compiler + wasm kit in Qt Creator?
    When I try to build a project, it says "Project ERROR: Cannot run target compiler em++. Output: Maybe you forgot to setup the environment?"

  • @Amine-gz7gq
    @Amine-gz7gq 2 หลายเดือนก่อน

    and if the application tries to write data somewhere on the hard disk (e.g. settings), does that work in webassembly ? isn't that something that browsers normally prevent ?

  • @digimikeh
    @digimikeh 2 ปีที่แล้ว

    Hi... what about the API for WebAssembly ?. is it the same as a standard desktop program?..
    thanks!

  • @dbltecnologia
    @dbltecnologia 2 ปีที่แล้ว

    Hello, it's possible to run a qt application with webassembly running on ssl website? Thanks

  • @petrchvatal5758
    @petrchvatal5758 2 ปีที่แล้ว

    Hello when i install ./emsdk -> python not found. Do you have any ideas whtas wrong?

  • @iheanyichukwuaguwa6231
    @iheanyichukwuaguwa6231 3 ปีที่แล้ว

    Thanks. Can you update the content of this video (using Cmake in Qt 6.2) especially now that Qt for Webassembly is in technology preview.

  • @jihan1581
    @jihan1581 3 ปีที่แล้ว

    Hello. I am trying to build my project with the method in the video. But I am including opencv and boost library functions in my project. I linked the opencv and boost libraries, but it seems that the link doesn't seem to be working properly, so the build doesn't seem to work. Do you know how to link a library?

  • @jond532
    @jond532 2 ปีที่แล้ว +1

    will this work with a PyQt5 app?

    • @mouhamadbourouba5382
      @mouhamadbourouba5382 2 ปีที่แล้ว

      Yes

    • @jond532
      @jond532 2 ปีที่แล้ว

      @@mouhamadbourouba5382 I don't think it does unfortunately, but if you know something i dont pls tell me lol

  • @fresayu1
    @fresayu1 3 ปีที่แล้ว +1

    Is it just me or when I do : ./emsdk install 1.39.8, I got an error like this : Permission denied
    on line 47 ?

    • @MontyTheSoftwareEngineer
      @MontyTheSoftwareEngineer  3 ปีที่แล้ว +1

      Try disabling windows store python: superuser.com/questions/1437590/typing-python-on-windows-10-version-1903-command-prompt-opens-microsoft-stor
      And then try again. If it doesnt work in Git Bash, try doing it in Command prompt without "./" so: emsdk install 1.39.8

    • @fresayu1
      @fresayu1 3 ปีที่แล้ว

      @@MontyTheSoftwareEngineer Oh thanks it works on command prompt

  • @ColdBlueMedia
    @ColdBlueMedia 3 ปีที่แล้ว

    Awesome video, do you know if its possible to use WebView or WebViewEngine in Qt WebAssembly? I;ve been trying to get those two modules to work with QT Assembly with no luck, any advice?

    • @iziscott2064
      @iziscott2064 2 ปีที่แล้ว

      Nah you can't. Not yet at least

  • @eid0eid0
    @eid0eid0 3 ปีที่แล้ว

    does the app work in android chrome or with ios browser? I have tested some qt wasm examples and it seems only work properly in desktop browser.

  • @ashwin372
    @ashwin372 3 ปีที่แล้ว

    Really informative videos thanks!

  • @emresharp
    @emresharp 3 ปีที่แล้ว

    When trying it in chrome i get this ‘TypeError: Unable to fetch’,
    How can i solve this issue ?

    • @flashdestynova
      @flashdestynova 3 ปีที่แล้ว +1

      For me this solved it:
      Open run, than type this:
      chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
      After that the command line at your builded directory:
      emrun --browser chrome yourProjectName.html

    • @bibinthomasmattaparampil
      @bibinthomasmattaparampil 3 ปีที่แล้ว

      Hi did you get that working? I am still getting the error "TypeError: Failed to fetch"

    • @emresharp
      @emresharp 3 ปีที่แล้ว

      @@bibinthomasmattaparampil unfortunately I couldn't solve the problem and changed the project

  • @khawarizmyana
    @khawarizmyana 3 ปีที่แล้ว

    what about linux?

    • @MontyTheSoftwareEngineer
      @MontyTheSoftwareEngineer  3 ปีที่แล้ว +1

      Should be almost identical I’ll try to make a video if I see people are having issues with it

  • @Engineer_Stepanov
    @Engineer_Stepanov 3 ปีที่แล้ว

    Thank you very much!