Katelyn Gadd
                                            Katelyn Gadd
                                        
                                    > We may also want to set swapchainDesc.BufferCount to 2 in reduced latency mode instead of the default of 3. Doing this reduces the latency to 13ms/24ms on my system.
Some notes from testing this new flip mode: If you want to determine whether it's active, you can use PresentMon, but you need to create a Custom preset to show...
> (Accidentally pressed the wrong button, please ignore the above .-.) > > Anyway, the best option going forward I could think of would be to include the exclusive fullscreen...
> Yes, `throw_ref` makes sense. Not sure I like `try_table`, however — since the intent is to deprecate the old instructions, I'd rather give those cumbersome (re)names? Wouldn't renaming the...
> Should we also consider a case that unpacks and drops the exnref, such as `catch_drop`? I've argued elsewhere that that would allow engines to elide the package allocation for...
Ref-as-default and inline-as-default both make sense depending on your use case. If your primary use case is C-style structs ('struct' in C#, etc) you want inline-as-default because it's the most...
> If recursive references are required, we pass in a function instead of an object: > > `````` javascript > const TreeNode = new StructType('TreeNode', TreeNode => { > return...
IIRC some of this information is presently exposed by some JavaScript DOM APIs, but the ones I've seen for things like collation require you to perform method calls and pass...
That still requires every app to deploy all the tables and data, and requires every app developer to vendor it and update their app when the tables change. The host...
A compromise might be a 'system blob' API of some sort, where communities can agree on specializations for well known system blobs like tzdb, and the WASI spec provides a...