Oberdiah
Oberdiah
I realise this is quite an obscure use-case, but currently if you try to play audio on WASM with the +atomics and +mutable-globals features enabled in Rust Nightly, Firefox and...
This doesn't affect functionality in any real way, but currently serialization is non-deterministic, meaning serializing, deserializing, and then serializing the world again doesn't always result in the same serialization the...
Hi, first off, just want to say I love this library, it's absolutely fantastic and exactly what I've been looking for. Also the documentation is amazing, so thank you so...
**Description** Currently, the examples use `bytemuck::cast_slice()` to cast u8 slices returned in the `BufferView` from `get_mapped_range()` to slices of larger types (u64s, u32s etc.), but this call panics if the...