logoalt Hacker News

hardwaresoftontoday at 5:31 PM1 replyview on HN

If you’re poking around WASM consider falling down the Component Model rabbit hole:

https://github.com/WebAssembly/component-model/blob/main/des...

Threading is actively being worked on right now (to be released in 0.3.x, soon), and some changes just made their way into LLVM as well:

https://github.com/llvm/llvm-project/pull/175800


Replies

valorzardtoday at 6:19 PM

Iirc the async stuff in the component model isn’t actual threads but rather green threads, but correct me if I’m wrong