An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [Browserlist WASM](https://browserlist.leopard.in.ua/) [![Build and Deploy](https://github.com/le0pard/browserlist/actions/workflows/deploy.yml/badge.svg)](https://github.com/le0pard/browserlist/actions/workflows/deploy.yml)

[![Browserlist WASM](https://user-images.githubusercontent.com/98444/147793725-ea85fa93-0b9c-44d4-b1a1-94737af2fde0.png)](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
```