Description
UniqToken's native core is written in Rust (crates/uniqtoken_core). Compiling this core to WebAssembly (wasm-pack / wasm-bindgen) will enable zero-latency, client-side tokenization inside browser web apps and playground visualizers.
Scope of Work
- Add
wasm-bindgen support to crates/uniqtoken_core/Cargo.toml.
- Export
wasm_encode(text) and wasm_decode(ids) entry points.
- Verify compilation with
wasm-pack build --target web.
Getting Started
- Files:
crates/uniqtoken_core/src/lib.rs, crates/uniqtoken_core/Cargo.toml
Description
UniqToken's native core is written in Rust (
crates/uniqtoken_core). Compiling this core to WebAssembly (wasm-pack/wasm-bindgen) will enable zero-latency, client-side tokenization inside browser web apps and playground visualizers.Scope of Work
wasm-bindgensupport tocrates/uniqtoken_core/Cargo.toml.wasm_encode(text)andwasm_decode(ids)entry points.wasm-pack build --target web.Getting Started
crates/uniqtoken_core/src/lib.rs,crates/uniqtoken_core/Cargo.toml