OS Mode Usage
The os command starts a browser-based execution environment with a WASM virtual machine.
Synopsis
wasmrun os [PROJECT] [OPTIONS]
Quick Reference
# Run current directory
wasmrun os
# Run a specific project
wasmrun os ./my-node-app
# With language and options
wasmrun os ./my-app --language python --port 3000 --watch
Sub-Pages
| Topic | Description |
|---|---|
| Running Projects | Start projects, language detection, basic workflow |
| Language Selection | Auto-detection, manual override, supported runtimes |
| Server Options | Port, CORS, verbose, watch mode configuration |