

Right-click on your WebAssembly module project. This “TextArea” displays the logs the WebAssembly module writes to stdout.Įither replace the contents of src/empty.cpp file in the created WebAssembly module with the contents of url2file_side_thread.cpp or just copy the "url2file_side_thread.cpp" file to the src/ directory and delete the src/empty.cpp file.ĭownload CA certificates extracted from Mozilla and save them in the main directory of the WebAssembly module project.Īdd necessary compiler flag to your WebAssembly module: Add a "TextArea" by selecting the "On" checkbox.Give a name to your module (such as "HelloCURL_module").Choose "Empty module" and click "Next".


Install Tizen Studio as described in Quick-start Guide.Install the Samsung Emscripten SDK as described in WebAssembly Overview.The sample application uses Tizen Sockets Extension APIs and is based on the url2file cURL demo.īefore you can build the sample application: This topic describes how to build a sample application with Tizen Studio. Building cURL Applications Using Tizen Studio
