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.
14 lines
381 B
Markdown
14 lines
381 B
Markdown
# UTF Inspector
|
|
|
|
A web interface for [utfdump](https://github.com/pantonshire/utfdump/), using
|
|
Next.js and WebAssembly.
|
|
|
|
## Building & running
|
|
1. Install [`Rust Cargo`](https://www.rust-lang.org/),
|
|
[`wasm-pack`](https://github.com/rustwasm/wasm-pack) and
|
|
[`npm`](https://www.npmjs.com/)
|
|
2. `git submodule update --init`
|
|
3. `npm install`
|
|
4. `npm run build`
|
|
5. `npm run start`
|