Exporting WebAssembly Applications

This section describes how to export a WebAssembly Web application so that it can be imported by other developers.

You can use Tizen Studio to export a WebAssembly-enabled Web application project in 2 ways:

  • As project development files, enabling you to back up your code or move it to a different computer
  • As a Tizen application package, enabling you to launch the application on a device

Exporting Project Files

You can export your project files to, for example, create a backup or import them into a different Tizen Studio installation. Exporting the project ensures that all required files are included.

To export application project files:

  1. In the "Project Explorer" view, select the project.

  2. In the Tizen Studio menu, select "File > Export".

  3. Under "General", select either "Archive File" or "File System", and click "Next".
    Figure 1. Export Wizard

  4. Define the files within the project to export, the file name or directory to export to, and export options.

    Figure 2. Export to an Archive File

  5. Click "Finish".

Exporting Tizen Application Packages

To export a Web application project as a Tizen application package that you can install and test on a device:

  1. If you do not have a certificate profile already, create one.
  2. In the "Project Explorer" view, right-click the project and select "Build Signed Package".

    Figure 3. Build Signed Package

The package is created in the project directory with the same name as the project.