Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-23140

Webassembly: Support parsing more complex .emscripten file

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Do
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 4.11.0-beta2
    • All Other Issues
    • None
    • WebAssembly

      The emscripten SDK compiler configuration file is a Python file that can come in two different flavors:

      1) The simple one which is generated by default when activating an installed emscripten SDK

      LLVM_ROOT = 'pathToEmsdk/clang/e1.38.27_64bit'
      [...]
      

      2) The more complex one which is generated when activating an installed emscripten SDK with the --embedded parameter.

      emsdk_path=os.path.dirname(os.environ.get('EM_CONFIG')).replace('\\', '/')
      LLVM_ROOT = '' + emsdk_path + '/clang/e1.38.27_64bit'
      [...]
      

      Qt Creator, so far supports 1), but needs to support 2) as-well.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            portale Alessandro Portale
            portale Alessandro Portale
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes