You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

381 B

UTF Inspector

A web interface for utfdump, using Next.js and WebAssembly.

Building & running

  1. Install Rust Cargo, wasm-pack and npm
  2. git submodule update --init
  3. npm install
  4. npm run build
  5. npm run start