Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 619 Bytes

File metadata and controls

42 lines (26 loc) · 619 Bytes

Cli Debot Browser

A standalone console Debot Browser written in Rust and compiled as WebAssembly.

How to use

Read this readme

How to build

Prerequisites

For building WebAssembly:

  • Rust stable >= 1.55.
  • wasm-pack tool.
  • Clang-8 (to successfully build zstd-sys)

For running test example:

  • npm >= 7.22.0

🛠️ Compile wasm

cd builder
cargo run

How to try

cd test-server
npm install
npm run start