polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Prepare for wasm32-unknown-unknown adoption #442

Closed bitfl0wer closed 9 months ago

bitfl0wer commented 9 months ago

Building for wasm32 requires changes throughout the project (e.g. conditional compiling). This PR sets up most of the things needed to build for this target.

bitfl0wer commented 9 months ago

Closes #434