/wasm-web-shell

Prototype terminal for the browser that interacts with Amazon S3 via WASI Preview 2.

Primary LanguageJavaScriptMIT LicenseMIT

wasm-web-shell

Prerequisite

Run locally

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.

Other environments

  • Node.js
cd www/aws-cli/component
npm start
  • Rust (wasmtime)
cd packages/wasi-engine
cargo run