summaryrefslogtreecommitdiff
path: root/fetch_and_build.sh
blob: ba1c91c2d1d1796960ba097207dbd9bfa9003b83 (plain)
1
2
3
4
5
(cd caniuse.rs; git checkout main; git pull --ff-only)
(cd rust; git checkout master; git pull --ff-only)
./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt
rm -r build/
go run build.go