WebAssembly / memory64

Memory with 64-bit indexes
Other
194 stars 21 forks source link

Fix some function lengths in the test suite #45

Closed alexcrichton closed 4 months ago

alexcrichton commented 5 months ago

These tests appear adapted with memory64 with overlong LEB-encodings but when merged with the upstream spec test suite the function length is too short. By ensuring the function length is correct it ensures that the only error in the module is the overlong LEB encoding.

alexcrichton commented 4 months ago

Could I perhaps ping to help get this merged and/or address any feedback?

alexcrichton commented 4 months ago

cc @sbc100