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. (need help) to make my first app with WebAssembly
Qt 6.11 is out! See what's new in the release blog

(need help) to make my first app with WebAssembly

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
3 Posts 3 Posters 873 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.
  • TuniDevT Offline
    TuniDevT Offline
    TuniDev
    wrote on last edited by
    #1

    Greeting,

    I use those step to make my first app with WebAssembly, but still I'm not able to run my app

    emsdk install sdk-fastcomp-1.38.30-64bit
    emsdk activate --embedded --global sdk-fastcomp-1.38.30-64bit

    Adding directories to PATH:
    PATH += C:\emsdk
    PATH += C:\emsdk\fastcomp-clang\e1.38.30_64bit
    PATH += C:\emsdk\node\8.9.1_64bit\bin
    PATH += C:\emsdk\python\2.7.13.1_64bit\python-2.7.13.amd64
    PATH += C:\emsdk\java\8.152_64bit\bin
    PATH += C:\emsdk\emscripten\1.38.30

    Setting environment variables:
    EMSDK = C:/emsdk
    EM_CONFIG = C:\emsdk.emscripten
    EM_CACHE = C:/emsdk/.emscripten_cache
    LLVM_ROOT = C:\emsdk\fastcomp-clang\e1.38.30_64bit
    EMSCRIPTEN_NATIVE_OPTIMIZER = C:\emsdk\fastcomp-clang\e1.38.30_64bit\optimizer.exe
    BINARYEN_ROOT = C:\emsdk\fastcomp-clang\e1.38.30_64bit\binaryen
    EMCC_WASM_BACKEND = 0
    EMSDK_NODE = C:\emsdk\node\8.9.1_64bit\bin\node.exe
    EMSDK_PYTHON = C:\emsdk\python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe
    JAVA_HOME = C:\emsdk\java\8.152_64bit
    EMSCRIPTEN = C:\emsdk\emscripten\1.38.30

    emsdk_env.bat
    emsdk_env.sh

    8cacc27f-8fc4-4459-a4d3-2f80851caac0-image.png

    0b3b5a85-99d5-41ca-a06f-233090f8b3f8-image.png

    mingw32-make: Symbolic links not supported: disabling -L.
    mingw32-make: *** No rule to make target 'C:/Qt_Setup/5.14.0/wasm_32/lib/libqtmain.a', needed by 'GoWeb.exe'. Stop.
    02:28:48: The process "C:\Qt_Setup\Tools\mingw730_64\bin\mingw32-make.exe" exited with code 2.
    Error while building/deploying project GoWeb (kit: Qt 5.14.0 WebAssembly)
    The kit Qt 5.14.0 WebAssembly has configuration issues which might be the root cause for this problem.
    When executing step "Make"

    1 Reply Last reply
    0
    • lorn.potterL Offline
      lorn.potterL Offline
      lorn.potter
      wrote on last edited by
      #2

      Did you enable the experimental webassembly plugin in QtCreator?

      Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
      Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

      1 Reply Last reply
      1
      • O Offline
        O Offline
        OliverM92
        wrote on last edited by
        #3

        Hello, I am having the same issue.

        Did you manage to solve it ?
        Thank you

        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