[]
= "pixel8"
= true
= true
= true
= true
= "Pixel8 fantasy console SDK: write carts in Rust, compile to wasm32-unknown-unknown"
= "README.md"
[]
= ["std"]
# When disabled the SDK is `#![no_std]` and provides a panic handler, so carts
# can be allocation-free with `heapless`. Enabled by default; do-nothing carts
# stay on `std`.
= []
# Deliberately dependency-free: game carts build for
# wasm32-unknown-unknown against this crate and nothing else.
[]
# Tests only (carts never see dev-dependencies): pins the SDK's stack-buffer
# JSON codec against the host's serde_json canonicalization.
[]
= true