Skip to content

Jubulani/carta

Repository files navigation

carta

Carta is a binary data explorer and visualiser. Create a schema to explore the structure of binary data.

Runs 100% in the browser, written in Rust, WebAssembly and Typescript. Try it here

Dependabot Status

screenshot

Build instructions

  1. Clone the repo
  2. Install a newish version of stable rust (v1.31+)

curl https://sh.rustup.rs -sSf | sh

  1. Configure current shell to run rust

source $HOME/.cargo/env

  1. Clone the https://github.com/Jubulani/carta-schema repo into a sibling folder

  2. Install dependencies

npm install

To run the dev version (including watching for changes in .ts and .rs files)

npm run dev

🎉