Skip to content

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

License

Notifications You must be signed in to change notification settings

ever-guild/debot-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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