James Mishra

Results 6 comments of James Mishra

Did anyone end up implementing this feature? It would be extremely useful when compiling Rust code from language-agnostic build tools and CI servers. For example, in a typical Python extension...

I can confirm @Taewan-P's bug report, and the solution of removing the @astrojs/cloudflare adapter. After that, astro-og-canvas works very well. Thank you very much for making it!

I think this issue is a duplicate of https://github.com/rustwasm/wasm-pack/issues/427 That said, I agree that it should be possible to change the NPM package name from wasm-pack's command line arguments.

This happens because our Rust bindings for libsamplerate are ancient. For now, it looks like building still works if you set the environment variable `CMAKE_POLICY_VERSION_MINIMUM=3.5` e.g. ``` CMAKE_POLICY_VERSION_MINIMUM=3.5 make build-binary...

Thanks for the love! My brother / coauthor @ritikmishra and I appreciate it. We wrote Babycat mostly to quickly decode audio into f32 for use in machine learning models. I...

Yeah, if you make the choice between i16 and f32 as an option on export, that is perfect. I definitely use the f32 WAV export for debugging--so that I know...