Install all Rust dependencies from root and build:
cargo build
From within the www directory, run the following command to install JavaScript project and start serving webpage.
npm ci
npm start
From the browser, access your page for the WebAssembly Web Shell at http://localhost:8080
.
- Node.js
cd www/aws-cli/component
npm start
- Rust (wasmtime)
cd packages/wasi-engine
cargo run