File tree Expand file tree Collapse file tree
docs/pages/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export default {
22 '--- getting-started' : { type : 'separator' , title : 'Getting Started' } ,
3+ introduction : {
4+ title : 'Introduction' ,
5+ theme : { typesetting : 'article' } ,
6+ } ,
37 quickstart : 'Quickstart' ,
48 'what-it-is' : 'What It Is'
59}
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Introduction"
3+ description : " What Edge Python is and where to go next."
4+ ---
5+
6+ import { Cards } from 'nextra/components'
7+
8+ # Introduction
9+
10+ Edge Python is a sandboxed Python subset compiled to a ~ 170 KB WebAssembly module —
11+ built in Rust to run on Cloudflare Workers, Fastly Compute, and the browser.
12+
13+ ## Explore
14+
15+ <Cards >
16+ <Cards.Card title="Quickstart" href="/getting-started/quickstart" arrow />
17+ <Cards.Card title="The language" href="/language/syntax" arrow />
18+ <Cards.Card title="Reference" href="/reference/builtins" arrow />
19+ <Cards.Card title="Implementation" href="/implementation/design" arrow />
20+ </Cards >
21+
22+ ## Try it
23+
24+ Run Edge Python live in your browser at [ demo.edgepython.com] ( https://demo.edgepython.com/ ) .
You can’t perform that action at this time.
0 commit comments