Jeremia
Jeremia
Instead of trying to support go's `js/wasm` target, how about `wasi/wasm`? https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md Relevant issue: golang/go#31105
Main gripe seems to be the need/desire to be able to compile C++ due to the mountain of pre-existing libraries that are already being used in the Zig ecosystem. For...
Yeah, you can *right now* try to access system files like `/etc/passwd` from a `build.zig`, and do much worse than whatever having them in a .zon will do. Hence, you...
> This issue can be closed when, idk, the "top 100 most popular websites" or some list like that can all be retrieved successfully. Might be a good idea to...
Yes, I had actually found that project right after submitting this issue, and found it helpful in understanding what was going on. I suppose given that there's only one operand...
Well, the current way to do things is fairly low level, which I wouldn't say is a bad thing, but I guess I would want a more high-level way to...
Understandable. Does seem like it might turn out to be a lot of work for something that might end up obsolete pretty soon.