Ray Cromwell
Ray Cromwell
A lot of existing typescript code relies on async/await. And while WASM doesn't have a concept of the JS event loop or generators, it seems like this could be supported...
## Introduction The Open Web’s potential to allow developers and users to dynamically compose software that operates on their data is limited today. One reason is due to growing concerns...
This doesn't seem quite right, looking for comments: 1) it's possible for a put() to happen while an eviction has been scheduled for the same key. so you could lru.put(k,v)...
If you call startArc(), and then immediately arc.stop() before the first ArcHost event is fired, you'll get an error that closeFlow is uninitialized.
I used this test to find a few bugs and race conditions in the E2E ArcsAllocatorArcHost lifecycle.
* Adapters create an inline schema output * Scope expressions are looked up in the parameter scope via scope chain walking to fetch types * Adapters applied to handles add...