robots-txt-wasm The robots.txt checker based https://github.com/Folyd/robotstxt Pre-requirements $ cargo install wasm-pack Build # for web $ wasm-pack build --target web # for nodejs $ wasm-pack build --target nodejs Local Development Web $ npx serve -l 3000 $ open http://localhost:3000 Node.js TBD