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:
-
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".
-
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 TV application project. -
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:
- 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".
The package is created in the project directory with the same name as the project.