# Tutorial This tutorial will walk you through the process of *creating WebAssembly scientific C++ processing pipelines*, and the steps address the following topics: 1. Build system setup and installation. 2. Create a simple C++ processing pipeline. 3. Execute a wasm pipeline on the command line. 4. Execute a wasm pipeline on the command line via Node.js. 5. Execute a wasm pipeline in the browser. 6. Handle non-trivial data types a the wasm pipeline interface. 7. Debug a wasm pipeline. ```{toctree} :maxdepth: 2 :caption: 📖 Tutorial Steps hello_world.md hello_pipeline.md inputs_outputs.md debugging.md ```