Skip to content

RyotaSugawara/robots-txt-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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