kayle_innate

Crates.iokayle_innate
lib.rskayle_innate
version0.0.5
sourcesrc
created_at2023-05-08 19:02:33.571992
updated_at2023-05-10 15:36:15.78901
descriptionIncredibly fast and precise universal web accessibility evaluator for puppeteer or playwright.
homepage
repositoryhttps://github.com/a11ywatch/kayle
max_upload_size
id859998
size21,838
Jeff Mendez (j-mendez)

documentation

README

kayle_innate

The rust lib for accessibility things.

Building

wasm-pack build

Testing

  1. wasm-pack test --node --firefox --chrome --headless

Debugging

  1. wasm-pack test --node --firefox --chrome.
  2. navigate to http://127.0.0.1:8000/.
  3. use the console_log! macro to output logs if needed.

Publishing

  1. wasm-pack build
  2. wasm-pack publish

Todo

  1. Port expensive functions to wasm with preloading capabilities injection into browsers.
  2. Reborn the accessibility testing in rust.
Commit count: 204

cargo fmt