Dave Bakker

Results 34 issues of Dave Bakker

Fixes https://github.com/WebAssembly/wasi-io/issues/67

wasi-sockets requires a `network` handle to be passed to operations that talk with the outside world. Example: `tcp::connect` ```wit /// An opaque resource that represents access to (a subset of)...

I noticed something odd in the syntax highlighting. I think it has something to do with nested type parameters. Note how the signature of `cause` affects the highlighting of `effect`:...

Last week, [an idea was presented](https://docs.google.com/presentation/d/13FbrlS1mPcG2nhypU6zLCDfw2Ghdmt-Q2xCcfeOLQ0s/edit#slide=id.g2e56144be26_0_259) by which callers could prevent unnecessary intermediate copies using the syntax: read: func(length: u64) -> result<list<u8; ..length>,error-code>; Is there any provision to make this...