Recently, I've been figuring out how to get PCM audio (e.g. from game ports) playing nicely with wasm in the browser.
I've got it working and have cleaned it up enough to share. Hopefully this is useful to others who might want to do the same thing.
Demos at https://ringtailsoftware.github.io/zig-wasm-audio/
Code at https://github.com/ringtailsoftware/zig-wasm-audio
If anyone can make this work reliably in #Safari I'd appreciate it
#wasm #gamedev #zig #webdev