From 0fa99fb09b881985cf94e74b8c0b339bdef61be6 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 14 Jun 2024 12:07:44 -0700 Subject: [threads] Add a "shared-everything" feature (#6658) Add the feature and flags to enable and disable it. Require the new feature to be enabled for shared heap types to validate. To make the test work, update the validator to actually check features for global types. --- test/unit/test_features.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/test_features.py') diff --git a/test/unit/test_features.py b/test/unit/test_features.py index 4ce426275..3bd9ac127 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -425,4 +425,5 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase): '--enable-strings', '--enable-multimemory', '--enable-typed-continuations', + '--enable-shared-everything', ], p2.stdout.splitlines()) -- cgit v1.2.3