cpal icon indicating copy to clipboard operation
cpal copied to clipboard

Duplicate platform_impl with build target wasm_unknown_emscripten

Open kokosha opened this issue 9 months ago • 0 comments

When running with:

cargo build --target wasm_unknown_emscripten

Seems to duplicate platform_impl in https://github.com/RustAudio/cpal/blob/master/src/platform/mod.rs

#[cfg(target_os = "emscripten")] mod platform_impl {

#[cfg(all(target_arch = "wasm32", feature = "wasm-bindgen"))] mod platform_impl {

kokosha avatar Mar 12 '25 14:03 kokosha