Building applications for the web

How to: Develop for WebAssembly

Use Qt for WebAssembly to build your applications in WebAssembly format and deploy and run them on the local web browser.

Change the web browser in the project's run settings.

WebAssembly is a binary format that allows sand-boxed executable code in web pages. This format is nearly as fast as native machine code. It is supported by all major web browsers.

Note: Enable the WebAssembly plugin to use it.

To build applications for the web and run them in a web browser, install Qt for WebAssembly with Qt Online Installer. It automatically adds a build and run kit to Qt Creator.

See also How to: Develop for WebAssembly, Enable and disable plugins, and Qt for WebAssembly.

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.