Alexandru Ene

Results 65 comments of Alexandru Ene

Is this criteria decided? As someone who works in non-web browser `wasm32-wasi` scenarios, making this tied to browser release cycle makes it different from all other rustc targets and at...

I like the disable feature for defaults that break backwards compatibility. E.g. Threads won't break anything as now for example rust panics whenever you try to instantiate a thread, so...

That's the plan, yes. The current proposal wants to add the `thread_spawn` function only. Even join could be implemented with existing atomics. The text isn't clear as I've added that...

There is the open question if join should be a API of WASI or a method implemented with the existing atomics. At the moment, the current proposal only adds a...

+1. I think we should try it and see how it works and how it behaves then decide on a final design proposal. It's a bit hard to imagine for...

I know this wasn't a question for me :) but I like the idea of having a way to run things easier.

I like this request, thanks for suggesting it!

Hey, Thanks for this. Sorry for the lack of activity here. Life got in the way for me. If you want, I can add you as a maintainer to have...

I have added you as a maintainer. Thank you so much!

I try to maintain this but the reality is that I have no energy left after work 😄 I will merge PRs if one opens some (also willing to add...