ion232 / lichess-api

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

Added support for WASM #66

Closed janmicza closed 1 month ago

janmicza commented 1 month 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 1 month ago

Thanks for your contribution 👍