summaryrefslogtreecommitdiff
path: root/test/passes/strip-target-features_roundtrip_print-features_all-features.txt
diff options
context:
space:
mode:
authorFrank Emrich <git@emrich.io>2023-10-05 17:18:03 +0100
committerGitHub <noreply@github.com>2023-10-05 16:18:03 +0000
commit5597ad587857f5f20b23fbd45a94abd98deaf25c (patch)
treed9229aec42410e09043715e0d83903f391b172e9 /test/passes/strip-target-features_roundtrip_print-features_all-features.txt
parentdb68bae222b835f8190013dca45854c7cc07dadf (diff)
downloadbinaryen-5597ad587857f5f20b23fbd45a94abd98deaf25c.tar.gz
binaryen-5597ad587857f5f20b23fbd45a94abd98deaf25c.tar.bz2
binaryen-5597ad587857f5f20b23fbd45a94abd98deaf25c.zip
[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.
Diffstat (limited to 'test/passes/strip-target-features_roundtrip_print-features_all-features.txt')
-rw-r--r--test/passes/strip-target-features_roundtrip_print-features_all-features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/passes/strip-target-features_roundtrip_print-features_all-features.txt b/test/passes/strip-target-features_roundtrip_print-features_all-features.txt
index 35906894b..f52a92856 100644
--- a/test/passes/strip-target-features_roundtrip_print-features_all-features.txt
+++ b/test/passes/strip-target-features_roundtrip_print-features_all-features.txt
@@ -14,6 +14,7 @@
--enable-extended-const
--enable-strings
--enable-multimemory
+--enable-typed-continuations
(module
(type $0 (func (result v128 externref)))
(func $foo (type $0) (result v128 externref)