lann / wasm-wave

Web Assembly Value Encoding
Apache License 2.0
38 stars 6 forks source link

Add tests for reordering and omitting record fields. #10

Closed sunfishcode closed 11 months ago

sunfishcode commented 11 months ago

Record fields may appear in any order, and optional fields may be omitted. Add tests covering these possibilities.

lann commented 11 months ago

Thanks for all the improvements!