Launching NaCl-enabled Projects
launching nacl-enabled projects importantdue to nacl deprecation by the chromium project, tizen tv will continue its support for nacl only until 2021-year products meanwhile, tizen tv will start focusing on high-performance, cross-browser webassembly from 2020-year products this topic describes how to launch tv applications that include native client modules, for testing purposes related info building nacl-enabled projects you can test your native client nacl enabled application by launching it on the tv emulator, a samsung tv, or the tizen web simulator testing on the emulator or tv before testing the application on the emulator or a samsung tv if you do not have a certificate profile already, create one build the project noteto test the application on the emulator, check that the build configuration for each nacl module is either the "debug-pnacl" or "release-pnacl" configuration, and make sure it is set to generate a " nexe" file for the i686 architecture to test the application on a samsung tv, check that the build configuration for each nacl module generates a " nexe" file for the armv7 architecture launch an appropriate emulator instance, or connect the tv to the sdk to launch the application on the emulator or tv in the tizen studio toolbar, select the emulator instance or device from the drop-down menu in the "project explorer" view, right-click the project and select "run as > tizen web application" the application launches on the selected emulator instance or tv and loads the included nacl modules testing on the tizen web simulator before testing the applicaton on the simulator, familiarize yourself with its features and limitations to launch the application on the tizen web simulator, in the "project explorer" view, right-click the tv application project and select "run as > tizen web simulator application samsung tv " the application launches on the simulator and loads the included nacl modules