Skip to content

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

License

Notifications You must be signed in to change notification settings

eduardomourar/wasm-web-shell

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published