From 407ed441bcc2e316c02e407e81e7aed41000578f Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Fri, 3 Aug 2018 12:28:01 -0700 Subject: Update testsuite; enable mut. globals by default (#884) The newest testsuite update enables mutable globals by default, which matches the v1 WebAssembly spec. This change changes the default for all wabt tools, and changes the flag to `--disable-mutable-globals` in case you need the previous behavior. This flag will likely be removed in the future. --- test/parse/module/import-mutable-global.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'test/parse/module') diff --git a/test/parse/module/import-mutable-global.txt b/test/parse/module/import-mutable-global.txt index bf3b0ef5..aff388d8 100644 --- a/test/parse/module/import-mutable-global.txt +++ b/test/parse/module/import-mutable-global.txt @@ -1,3 +1,2 @@ ;;; TOOL: wat2wasm -;;; ARGS: --enable-mutable-globals (module (import "mod" "field" (global (mut f32)))) -- cgit v1.2.3