Skip to main content

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

TopicDescription
Running ProjectsStart projects, language detection, basic workflow
Language SelectionAuto-detection, manual override, supported runtimes
Server OptionsPort, CORS, verbose, watch mode configuration