Exporting WebAssembly TV Application
This section describes how to export a WebAssembly TV application so that it can be imported by other developer.
You can use the Tizen Studio to export a WebAssembly-enabled TV 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 TV
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:
-
In the "Project Explorer" view, select the project.
-
In the Tizen Studio menu, select "File > Export".
-
Select "General > 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 TV application project. The linked WebAssembly projects are already included in the wasm_modules directory within the TV application project.
Figure 2. Export to an Archive File
-
Click "Finish".
Exporting Tizen Application Packages
To export a TV application project as a Tizen application package that you can install and test on a TV:
- If you do not have a certificate profile already, create one.
- 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.