Live data from Hacker News

Wasm3 entering a minimal maintenance phase

github.com

1–10 of 162 posts

Re: Wasm3 entering a minimal maintenance phase

#2
The explanation:

> I regret to inform the community that since my house was destroyed by russians who invaded my country, Wasm3 will enter a minimal maintenance phase. At this time, I am unable to continue the development of new features. However, I am committed to keeping the project alive and will actively review and merge incoming Pull Requests. I deeply appreciate your understanding and support during this difficult period. Your contributions to Wasm3 are now more valuable than ever.

The linked tweet (edit: from September 2022) shows a video of the destroyed house and invites people who want to help to donate.

Re: Wasm3 entering a minimal maintenance phase

#3
post #2

The explanation: > I regret to inform the community that since my house was destroyed by russians who invaded my country, Wasm3 will enter a minimal maintenance phase. At this time, I am unable to continue the development of new features. However, I am committed to keeping the project alive and will actively review and merge incoming Pull Requests. I deeply appreciate your understanding and support during this diffic…

This is awful. Slava Ukraini.

Re: Wasm3 entering a minimal maintenance phase

#4
post #2

The explanation: > I regret to inform the community that since my house was destroyed by russians who invaded my country, Wasm3 will enter a minimal maintenance phase. At this time, I am unable to continue the development of new features. However, I am committed to keeping the project alive and will actively review and merge incoming Pull Requests. I deeply appreciate your understanding and support during this diffic…

Ouch. That house needs a new roof ASAP to halt the rain and snow.

Re: Wasm3 entering a minimal maintenance phase

#6
post #2

The explanation: > I regret to inform the community that since my house was destroyed by russians who invaded my country, Wasm3 will enter a minimal maintenance phase. At this time, I am unable to continue the development of new features. However, I am committed to keeping the project alive and will actively review and merge incoming Pull Requests. I deeply appreciate your understanding and support during this diffic…

Ouch. That house needs a new roof ASAP to halt the rain and snow.

Well the tweet is from Sept 2022, so hopefully the roof has been patched for a while now.

Re: Wasm3 entering a minimal maintenance phase

#7
post #2

The explanation: > I regret to inform the community that since my house was destroyed by russians who invaded my country, Wasm3 will enter a minimal maintenance phase. At this time, I am unable to continue the development of new features. However, I am committed to keeping the project alive and will actively review and merge incoming Pull Requests. I deeply appreciate your understanding and support during this diffic…

I really hoped someone will help get rid of Putin from inside RU by this moment (I believe there are plenty of who may not necessary love him). EU should really put more cash on table to help UA.

Re: Wasm3 entering a minimal maintenance phase

#10
post #5

[flagged]

Don't worry, we enjoy that kind of stuff.

I usually put all the resource freeing at the end of a function under a goto label, or only a few lines within the allocation, so it's easy to visually confirm everything is cleaned up. The way this commit frees the resources inside of if blocks is not how I would have done it. And if I find I let a leak in the code I usually refactor to make the correctness more obvious.

In this example, the fact that m3_ParseModule takes ownership of the wasm pointer is very tricky. It looks like there is still a leak but there is not.

Post reply on HN