Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWasm: Fix memarg multi-memory reading
The extension bit for the memory index present in memargs is at position 6, but we previously checked position 5, which caused a few spec issues.
- Loading branch information