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 ba97699af6 docker build fixes 1 year ago
docker containerisation 3 years ago
src safe area for iphone notch, button styling 3 years ago
utfdump@69660a7e10 update utfdump version 1 year 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
Dockerfile docker build fixes 1 year 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