July 13, 2026, 12:03pm 1
Hello. I’m having issues with 0.16 when targeting wasm32-emscripten and as far as I’m aware it’s a known problem. Latest 0.17 works fine, but ZLS stops working and it’s hard to work without an LSP.
ZLS explicitly states:
- use Zig
0.17.0-dev.387+31f157d80with master branch ZLS
So 0.17.0-dev.387+31f157d80 is both 0.17 and works with ZLS (in theory). The question is - how to obtain it? Is building from source the only way?
The official Zig downloads page has some snapshots available for download. For example, I was able to download zig-aarch64-macos-0.17.0-dev.1252+e4b325c19 earlier by just putting the version in the url. Unfortunately, this doesn’t work for 0.17.0-dev.387+31f157d80, probably because this snapshot was never available for download anyways.
vulpesx July 13, 2026, 12:31pm 2
Easiest way would be to use one of the many zig version manager tools, e.g anyzig, zvm, zigman, etc.
These will download from community mirrors (well anyzig doesnt last i checked)
Mirrors aren’t guaranteed to have the version you want, but I did test and some do.
x28913 July 13, 2026, 12:34pm 3
zvm cannot do that. It seems to only allow stable version and latest master (?). Didn’t know about the others, might actually works, thx. Maybe I will be able to download from community mirrors myself
vulpesx July 13, 2026, 12:36pm 4
I can tell you for a fact zigman works.
I can also say for a fact that it verifies downloads properly and cycles through mirrors until one (or none) is found that has the version you request.
Disclaimer that I made it, and that it is not feature complete.
x28913 July 13, 2026, 12:39pm 5
How to find zigman? I mean, I don’t see it in search results..
vulpesx July 13, 2026, 12:41pm 6
https://codeberg.org/vulpesx/zigman
I should work on it again sometime soon
x28913 July 13, 2026, 12:43pm 7
Thanks. I was actually able to download the necessary snapshot from one of the mirrors. Hope you continue your work on zigman.
0 Comments
Log in to join the conversation.No comments yet. Be the first to share your thoughts.