From 5597ad587857f5f20b23fbd45a94abd98deaf25c Mon Sep 17 00:00:00 2001 From: Frank Emrich 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/lit/help/wasm-emscripten-finalize.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/lit/help/wasm-emscripten-finalize.test') diff --git a/test/lit/help/wasm-emscripten-finalize.test b/test/lit/help/wasm-emscripten-finalize.test index 4005dd911..9b3913129 100644 --- a/test/lit/help/wasm-emscripten-finalize.test +++ b/test/lit/help/wasm-emscripten-finalize.test @@ -144,6 +144,10 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-multimemory Disable multimemory ;; CHECK-NEXT: +;; CHECK-NEXT: --enable-typed-continuations Enable typed continuations +;; CHECK-NEXT: +;; CHECK-NEXT: --disable-typed-continuations Disable typed continuations +;; CHECK-NEXT: ;; CHECK-NEXT: --enable-typed-function-references Deprecated compatibility flag ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-typed-function-references Deprecated compatibility flag -- cgit v1.2.3