From 5597ad587857f5f20b23fbd45a94abd98deaf25c Mon Sep 17 00:00:00 2001 From: Frank Emrich <git@emrich.io> Date: Thu, 5 Oct 2023 17:18:03 +0100 Subject: [typed-cont] Add feature flag (#5996) This PR is part of a series that adds basic support for the [typed continuations proposal](https://github.com/wasmfx/specfx). This particular PR simply extends `FeatureSet` with a corresponding entry for this proposal. --- 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 75e87b7d5..cbdae1c56 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -396,4 +396,5 @@ class TargetFeaturesSectionTest(utils.BinaryenTestCase): '--enable-extended-const', '--enable-strings', '--enable-multimemory', + '--enable-typed-continuations', ], p2.stdout.splitlines()) -- cgit v1.2.3