wasmerio / wai

A language binding generator for `wai` (a precursor to WebAssembly interface types)
Apache License 2.0
116 stars 13 forks source link

Rename expected to result #23

Open theduke opened 1 year ago

theduke commented 1 year ago

Upstream has renamed expected<> to result<>, which is a much more sensible name.

We should follow along.