This directory contains the Astro-based website for Soluna Live Examples.
It is responsible for:
- rendering the website pages
- generating API documentation pages from
../docs/ - generating online example pages from
../test/ - using the repository
../README.mdas the homepage content - packaging
asset.zipfrom../asset/
The core WebAssembly runtime is not built here. soluna.js, soluna.wasm,
and sample.wasm are produced by luamake from the repository root.
Build the web runtime from the root:
luamake -compiler emcc
luamake -compiler emcc sampleThen start the website from the website/ directory:
pnpm install
pnpm run dev