Daniel Cassidy
Daniel Cassidy
[It is not safe to run pinst in the prepack script](https://gist.github.com/djcsdy/3ca078e23fdac4c50e077c84e8284a95). See also #24, #23, #22. It seems like a bad idea to keep the broken `prepack` script in the...
This is a rough proposal for how to safely implement functions that currently require `experimental-threads`. It's not completely fleshed out but I wanted to see if there's any interest before...
`IAudioStreamPlayback::mix` is marked `unsafe` because it takes a raw pointer: ```rust unsafe fn mix(&mut self, buffer: * mut AudioFrame, rate_scale: f32, frames: i32,) -> i32; ``` The first thing I...