Soni L.
Soni L.
we'll use this as an example even tho rust doesn't use the contributor covenant: https://users.rust-lang.org/t/selfref-is-looking-for-maintainers/121839 we believe contributor covenant should explicitly address affirmative action somehow. we feel like it would...
A newtype is a (mostly) zero-cost wrapper for an existing type. When it comes to the type stack, a newtype and its underlying type are indistinguishable. When it comes to...
we should have data.length opcode (it should return 0 for dropped segments ofc)
`response.is_permanent_redirect` is unreliable/useless/dangerous for chains of redirects, just give the user the correct URI instead. example use-case: `foo` redirects temporarily to `bar`, which in turn redirects permanently to `baz`. future...
we would like to see an "unreachable" catch clause, that takes an exception type, or even "unreachable_all"? jumping over an "unreachable" is a bit unwieldy today: ```wasm block $a block...