Building WebAssembly Applications

This section describes how to build a Web application that has at least one WebAssembly module added.


Related Info


Building the Hello WebAssembly Application

To build the Hello WebAssembly application:

  1. In the "Project Explorer" view, right-click the Hello WebAssembly TV application project that you created in Creating WebAssembly Applications
  2. Select "Build Project". The application project is built.

Building WebAssembly Applications in General

To build a Web application project that includes one or more WebAssembly modules:

  1. Define the build configuration separately for each WebAssembly module in the application.

    If you have multiple modules, they do not need to use the same Samsung Emscripten SDK or build configuration.

    For more information, see Building and Cleaning WebAssembly Modules.

  2. In the "Project Explorer" view, right-click the TV application project and select "Build Project". The TV application project is built.

Build artifacts for each WebAssembly module can be found in the CurrentBin directory within the module's project.

Figure 1. Build Results