Marcel Ochs
Marcel Ochs
### Zig Version 0.13.0 ### Steps to Reproduce and Observed Behavior This is a mirror of a bug I reported in this repo: https://github.com/Not-Nik/raylib-zig https://github.com/Not-Nik/raylib-zig/issues/139 I was testing the generated...
Hey there, I've started working on the `shell-file` support. What I did: - Add `shell-file` as an option - Add example with emscripten main loop `emscripten_set_main_loop_arg` - Added a wav...
When compiling for `emscripten` target there is an option to also use a custom `html` file. I think this could be enabled by adding an argument to the `linkWithEmscripten` function...