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:
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:
In the "Project Explorer" view, select the project.
In the Tizen Studio menu, select "File > Export".
Under "General", select either "Archive File" or "File System", and click "Next".
Figure 1. Export Wizard
Define the files within the project to export, the file name or directory to export to, and export options.
Note Select only the Web application project. The linked WebAssembly projects are already included in the wasm_modules directory within the application project.
Select only the Web application project. The linked WebAssembly projects are already included in the wasm_modules directory within the application project.
Figure 2. Export to an Archive File
Click "Finish".
To export a Web application project as a Tizen application package that you can install and test on a device:
Figure 3. Build Signed Package
The package is created in the project directory with the same name as the project.