# ACP WASM
WebAssembly bindings for the StateSet Agentic Commerce Protocol (ACP) Handler.
## Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
acp-wasm = "1.0"
```
Or use via npm:
```bash
npm install @stateset/acp-wasm
```
## Features
- Browser and Node.js support
- Async/await compatible
- Full ACP protocol implementation
## License
MIT