Every Pulp example plugin runs live in your browser on the same C++ Processor
as the native VST3 / AU / CLAP build — offered two ways. WCLAP is the
threaded-WebAssembly CLAP build hosted here (Cloudflare Pages, cross-origin isolated);
WAM is the single-threaded build on plain GitHub Pages.
A threaded WebAssembly CLAP hosted in a worklet-resident CLAP host. Runs on this cross-origin-isolated site (COOP/COEP).
The same plugins compiled with Emscripten to a single-threaded WAM v2 module — no cross-origin isolation needed, so any static host works.
How the two web builds are made, what they share with the native plugin, and the CMake surface.