TutorialΒΆ
This tutorial will walk you through the process of creating WebAssembly scientific C++ processing pipelines, and the steps address the following topics:
Build system setup and installation.
Create a simple C++ processing pipeline.
Execute a wasm pipeline on the command line.
Execute a wasm pipeline on the command line via Node.js.
Execute a wasm pipeline in the browser.
Handle non-trivial data types a the wasm pipeline interface.
Debug a wasm pipeline.
This Jupyter notebook tutorial also provides an interactive walkthrough.