clasp-wasm
WebAssembly bindings for CLASP (Creative Low-Latency Application Streaming Protocol).
Features
- Browser Support - Use CLASP directly in web browsers
- wasm-bindgen - Seamless JavaScript interop
- Async/Await - Native Promise support
Installation
Or build from source:
Usage
import init from '@clasp-to/wasm';
await ;
const client = ;
await client.;
// Set a parameter
await client.;
// Get a parameter
const value = await client.;
// Subscribe to changes
client.;
await client.;
Building
# Install wasm-pack
# Build for web
# Build for Node.js
Documentation
Visit clasp.to for full documentation.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Maintained by LumenCanvas | 2026