Building high-performance WebAssembly tools for the Zig ecosystem.
We are a community-driven organization dedicated to curating and maintaining WASM packages and projects for the Zig programming language. We believe that Zig's focus on simplicity, performance, and control makes it an excellent language for targeting WebAssembly.
So our goal is to build a central hub where Zig developers can find trusted WASM tools and packages in one place (inspired by allyourcodebase project; even this README.md).
If you are the maintainer of a Zig package, tool, binding, runtime, or compelling example related to WebAssembly, here are some ground rules to be able to contribute a repo:
- Open an issue: Drop a proposal in this repo. We'll set up a new repo for you.
- Project checklist:
- The project must be directly related to using Zig with WebAssembly, or building Wasm tooling in Zig.
- Your project must have a clear, permissive opensource license (e.g. MIT).
- You must target the latest tagged version of Zig.
- Provide clear documentation and usage examples.
- You must add a CI job that guarantees zig build succeeds, for example, you can copy the script from allyourcodebase/json-c.
- You must have interest in doing occasional maintainership work to update your build script when a new version of the upstream project is released.
Once you're done with the checklist above, please give your repo an appropriate set of tags for ease of discoverability (zig, wasm-runtime, wasm-bindings, etc).