Adding NaCl Modules to Projects
adding nacl modules to 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 create native client modules linked to a tv application project you can create and add a native client nacl module to an existing tv application project in the tizen studio "project explorer" view, right-click the project select "new > nacl module" noteif you do not see the "nacl module" menu item, enable nacl support on the project define the programming language and whether to create a sample, template, or empty module, and then click "next" the sample modules introduce how to implement various basic nacl features for more information, see sample-based tutorials the template module includes code stubs for the interfaces you select from the list the empty module is a basic nacl module that does not provide any functionality it contains only code stubs for the important functions that must be implemented define the module name, header file location, and source file location, and click "next" the module name must be unique in the current workspace define the position and size for displaying the nacl module on the web page, and click "finish" noteif you have selected a sample module, the position and size controls are disabled the module is created within the "nacl_modules" folder in the tv application project it also appears as its own project in the "project explorer" view, so you can configure, develop, and test the module separately