microwave 0.33.0

Make xenharmonic music and explore musical tunings.
1
2
3
4
5
#[cfg(not(target_arch = "wasm32"))]
pub use async_std::task::spawn;

#[cfg(target_arch = "wasm32")]
pub use async_std::task::spawn_local as spawn;