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/help/wasm-interp.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test/help/wasm-interp.txt') diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index f0199d0a..800532e6 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -45,6 +45,7 @@ options: --enable-multi-memory Enable Multi-memory --enable-extended-const Enable Extended constant expressions --enable-relaxed-simd Enable Relaxed SIMD + --enable-custom-page-sizes Enable Custom page sizes --enable-all Enable all features -V, --value-stack-size=SIZE Size in elements of the value stack -C, --call-stack-size=SIZE Size in elements of the call stack -- cgit v1.2.3