Results 30 comments of Andreas T Jonsson

@neelance Do you know what would be needed/changed in the runtime to make threads a reality? (What are the challenges?) Perhaps support could be added gradually first focus on atomic...

> > > I haven't yet started to look into threads and no concrete plans either. I think I'll wait until the proposal gets to phase 3: https://github.com/WebAssembly/proposals > >...

I'm having the same problem... What is the appropriate way to go from builder.GetObject("my_checkbutton") --> gtk.ToggleButton? Is there any helpers for this?

Is there a need for help testing a new 13.1 image? If so is there a specific area or feature to focus on?

I think we are at a pretty good state right now. Would love to get some feedback.

> Are you sure netbsd doesn't have native futexes? I don't think so. :( I was not able to find any documentation about it at least. Also, was not able...

I think I can rewrite the futex implementation using raw syscalls. Will give it a go.

Native futex support is in. Plz let me know if you have any other feedback.

Hm.. yea. That is an interesting read. I hope the NetBSD folks fix it because it is convenient for porting purposes to follow Linux here. As for the current state...

There is now a working CI for Odin on NetBSD in a separate PR here #3482 Result can be seen here: https://github.com/andreas-jonsson/Odin/actions/runs/8925922741/job/24515753510