Hadrien Dorio
Hadrien Dorio
update zig to 0.10.0-dev.352+c9ae24503 works also with zig 0.9.0 replace output bin path in README.md replace `std.debug.warn` by `std.debug.print` replace `*std.mem.Allocator` by `std.mem.Allocator` replace `false` by `.lower` for `std.fmt.formatIntBuf()` calls...
I copy/pasted what was done in `std.build.LibExeObjStep.make()` for `zig build-exe` to create a .rsp file for `zig clang`. Maybe it's good enough for now? Let me know if I need...
I'd like to request support for [WebM](https://en.wikipedia.org/wiki/WebM) and [MKA](https://en.wikipedia.org/wiki/Matroska#:~:text=mka%20for%20audio%2Donly%20files) files (especially those containing Opus audio) in Polaris. Many modern web browsers, including Google Chrome and Firefox, natively support WebM. To...