Measure the width of text using Web Workers and WASM/Rust
This repo is an exploration into the potential for use of Rust and other text measuring techniques for web applications.
- Requires
node
,rust
andwasm-pack
yarn start
Starts the server and compiles the WASM files
src/typed.ts
sets up the text measurements and runs the test casessrc/lib.rs
text measuring implementation in Rustsrc/wasm-worker.ts
worker file which calls the WASM methods