The spider project ported to wasm.
*note: This lib does not work until spider handles the wasm cfg changes for reqwest and some other things.
wasm-pack build --target web
import { crawlWebsite } from 'spider_wasm'
await crawlWebsite("https://example.com")
MIT