WebAssembly / memory64

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

[test] Test u64 LEB128s that straddle maximum value #38

Closed keithw closed 1 year ago

keithw commented 1 year ago

These tests caught an issue with WABT's unsigned LEB128 parsing (https://github.com/WebAssembly/wabt/issues/2192).

keithw commented 1 year ago

I don't fully understand the test failure in CI. :-/ Fwiw, make -C interpreter test did work locally.

sbc100 commented 1 year ago

This repo has needed a rebase for a long time now. I don't think the CI i working correctly.