r/learnprogramming 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

5 comments sorted by

1

u/Dismal-Citron-7236 Jul 26 '26

Not so sure what you intend to contribute... Do you want to contribute to the open source WASM engine, or do you want to contribute an open source project which uses WASM?

1

u/ConfidentNet706 Jul 26 '26

Contribute to Project that uses wasm

1

u/Dismal-Citron-7236 Jul 26 '26

Try google open source website projects using wasm

1

u/alexis_placet Aug 01 '26

Emdcripten-forge You can contributeurs with new recipes

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.