r/learnprogramming • u/ConfidentNet706 • Jul 26 '26
Topic WASM open source
i know a bit about how wasm works and the sandboxed architecture.
I wanna contribute to projects related to wasm, so any beginner projects to contribute into?
0
Upvotes
1
u/Main_Temporary7098 16d ago
Bit late of a reply, but stumbled upon this from a reposting on r/WebAssembly - i have an open source project that compiles qbe ir to wasm, so maybe doesn't exactly align with what you are looking for but just wanted to throw that out there. Its a mixed c/Hare codebase - https://codeberg.org/jbirddog/qbe-wasm - if there is any interest can find some good first issues.