eduardomourar / wasm-web-shell

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

Home Page:https://eduardomourar.github.io/wasm-web-shell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://eduardomourar.github.io/wasm-web-shell/

License:MIT License


Languages

Language:JavaScript 66.0%Language:Rust 17.8%Language:TypeScript 15.9%Language:HTML 0.2%Language:CSS 0.1%