https://github.com/le0pard/browserlist
Browserlist Wasm - display compatible browsers from browserslist string
https://github.com/le0pard/browserlist
browserlist wasm
Last synced: 21 days ago
JSON representation
Browserlist Wasm - display compatible browsers from browserslist string
- Host: GitHub
- URL: https://github.com/le0pard/browserlist
- Owner: le0pard
- License: mit
- Created: 2021-12-08T22:51:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-15T11:23:13.000Z (28 days ago)
- Last Synced: 2026-04-15T13:34:07.849Z (28 days ago)
- Topics: browserlist, wasm
- Language: Svelte
- Homepage: https://browserlist.leopard.in.ua
- Size: 7.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [Browserlist WASM](https://browserlist.leopard.in.ua/) [](https://github.com/le0pard/browserlist/actions/workflows/deploy.yml)
[](https://browserlist.leopard.in.ua/)
Application display compatible browsers from browserslist string. Build on top of [browserslist-rs](https://github.com/g-plane/browserslist-rs)
## Development
Install node.js (version in `.tool-versions`), rust compiler and yarn
```
$ yarn # install all dependencies
$ yarn wasm # compile wasm module (need rust compiler)
$ yarn dev # run dev server
$ yarn build # build static website
```