Section 01
Introduction: WACS Runtime – Enabling Cross-Platform LLM Inference in WASM Sandboxes
WACS is a WebAssembly runtime implemented purely in .NET, based on the WASI-NN standard. It supports running Large Language Models (LLMs) and small machine learning models in WASM sandboxes, addressing core issues of cross-platform deployment, security isolation, and high-performance inference. Through a pluggable backend architecture, the project fully decouples model inference logic from the underlying platform, achieving the goal of "compile once, run anywhere".