Konbaato・コンバート
Convert between different Japanese scripts.
Ready for WASM 🌀
Use the crate in Rust
Include the latest version of konbaato
in your Cargo.toml
.
[]
= "1.0"
Install nix
Use the following command to install nix if you don't already have it.
|
You might need to open a new terminal for the changes to take effect.
Use the crate in JavaScript
Build the WASM package inside the developer shell for deployments.
Import the output in ./pkg
in JavaScript, as shown in index.html.
import init from './pkg/konbaato.js';
Develop the crate
Run CI inside the default developer shell.
Deploy a local website.
Run the fuzzer inside the develper shell for fuzzing.