appcypher / wasmo

A WebAssembly Compiler and Runtime
Apache License 2.0
18 stars 2 forks source link

question: project status #2

Open isocroft opened 1 year ago

isocroft commented 1 year ago

Hello @appcypher , how are you doing ? This is an awesome project. I would like to know if you still intend to actively maintain it and what the project status is ?

I am also willing to fund active contribution to the project in a capacity that suits your timeline and roadmap completely starting next year (2023) march

isocroft commented 1 year ago

I will also like to learn WebAssembly compilation flow in the process of helping this project and better understand the WebAssembly specs even better

appcypher commented 1 year ago

Oh. I absolutely intend on working on this next year. I have not had enough time outside work plus taking a break from side projects (although I resumed recently).

Also the project started off on a bad foot, so there is some refactoring to do. The llvm wrapper crate, that is still a work in progress for example, has some design issues I must attend to. I have some thoughts on how to make that better; making it more type safe and exposing a saner API.

Thanks for reaching out though! Didn't know there were eyeballs interested in seeing this project to the finish line.

PS: My other programming language project depends on this one and I'm actively working on it, so I cannot really stop working on wasmo.

isocroft commented 1 year ago

GREAT !! I am truly looking forward to next year and your work on this.