Hacker News new | ask | show | jobs
by canadahonk 688 days ago
This type of test does work as expected. The "sync" means that it does not feature a full event loop (yet) so cannot easily support async I/O or some more "advanced" use cases.
1 comments

There's a WASI async functions proposal I think? Are you looking at supporting that so you don't have to bring your own event loop?