2 releases
0.0.5 | May 10, 2023 |
---|---|
0.0.1 | May 8, 2023 |
#51 in Accessibility
26 downloads per month
9KB
158 lines
kayle_innate
The rust lib for accessibility things.
Building
wasm-pack build
Testing
wasm-pack test --node --firefox --chrome --headless
Debugging
wasm-pack test --node --firefox --chrome
.- navigate to
http://127.0.0.1:8000/
. - use the
console_log!
macro to output logs if needed.
Publishing
wasm-pack build
wasm-pack publish
Todo
- Port expensive functions to wasm with preloading capabilities injection into browsers.
- Reborn the accessibility testing in rust.
Dependencies
~5–10MB
~100K SLoC