📚� WasmAI Documentation
Comprehensive guides and resources for securely integrating AI with WebAssembly.
Getting Started
Set up your development environment, install WasmAI CLI, and convert AI models to WebAssembly.
$ npm install -g @wasm-ai/cli
Beginner
Security Best Practices
Learn about WebAssembly sandboxing, secure compilation workflows, and deployment hardening.
Content-Security-Policy: default-src 'self'
Security
Model Conversion
Convert AI models from TensorFlow, PyTorch, and ONnx formats to WebAssembly modules.
Read More →Performance Optimization
Learn techniques to optimize inference speed and reduce memory usage with WebAssembly.
Read More →API Reference
Explore the complete WasmAI API surface for model execution, memory management, and utilities.
Read More →