ion232 / lichess-api

A Rust API client for lichess.org
https://lichess.org/api
Apache License 2.0
9 stars 6 forks source link

Added support for WASM #66

Closed janmicza closed 2 months ago

janmicza commented 2 months ago

Makes the library WASM compatible by:

I have also added a check against the wasm32-unknown-unknown target as a part of the github workflows.

ion232 commented 2 months ago

Thanks for your contribution 👍