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.
 
 
 
 
pantonshire ad312c174a readme 3 years ago
src update repo link 3 years ago
utfdump@e90b77256a update submodule 3 years ago
.eslintrc.json initial commit, just echoes back the typed string for now 3 years ago
.gitignore auto wasm compilation 3 years ago
.gitmodules add utfdump as submodule 3 years ago
README.md readme 3 years ago
next.config.js add utfdump as submodule 3 years ago
package-lock.json auto wasm compilation 3 years ago
package.json auto wasm compilation 3 years ago
tsconfig.json initial commit, just echoes back the typed string for now 3 years ago

README.md

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