From 765b47d02aac894da80b74284263d1b487415aa0 Mon Sep 17 00:00:00 2001 From: Keith Winstein <208955+keithw@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:45:07 -0800 Subject: Add support for the custom-page-sizes proposal (#2502) This adds support in the binary/text parsers and writers, the validator and interpreter, and objdump (but not wasm2c). --- test/binary/bad-memory-limits-flag.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/binary/bad-memory-limits-flag.txt') diff --git a/test/binary/bad-memory-limits-flag.txt b/test/binary/bad-memory-limits-flag.txt index 3e8922b8..7c413f59 100644 --- a/test/binary/bad-memory-limits-flag.txt +++ b/test/binary/bad-memory-limits-flag.txt @@ -3,9 +3,9 @@ magic version section(MEMORY) { count[1] - flags[8] + flags[16] } (;; STDERR ;;; -000000c: error: malformed memory limits flag: 8 -000000c: error: malformed memory limits flag: 8 +000000c: error: malformed memory limits flag: 16 +000000c: error: malformed memory limits flag: 16 ;;; STDERR ;;) -- cgit v1.2.3