docs.rs failed to build ordinary-0.5.48
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ordinary-0.6.0-pre.2
Ordinary CLI
Command line tools for Ordinary.
The Ordinary CLI is built with Clap.
Installation
## wasm components
## ordinary executables
Optionally install Binaryen
wasm-opt.
Quick Start
Create and build new project example.com.
ordinary new . example.com && ordinary build example.com
Run new project at http://localhost:8080.
ordinaryd --project-dir example.com --port 8080 --insecure --stdio-logs --log-headers --log-level debug
CLI Documentation
See: DOCS.md.