diff options
author | Thomas Lively <tlively@google.com> | 2023-04-17 09:57:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 09:57:05 -0700 |
commit | addbc66ff7a42ed3b94c05e188db936b36968c9f (patch) | |
tree | a3d151ac09209899f493fefa14654c29e8916e8e /test/example/c-api-kitchen-sink.txt | |
parent | cbe637f6c1517c9fb501453ba3774e73f12489d8 (diff) | |
download | binaryen-addbc66ff7a42ed3b94c05e188db936b36968c9f.tar.gz binaryen-addbc66ff7a42ed3b94c05e188db936b36968c9f.tar.bz2 binaryen-addbc66ff7a42ed3b94c05e188db936b36968c9f.zip |
Remove the nominal type system (#5672)
And since the only type system left is the standard isorecursive type system,
remove `TypeSystem` and its associated APIs entirely. Delete a few tests that
only made sense under the isorecursive type system.
Diffstat (limited to 'test/example/c-api-kitchen-sink.txt')
-rw-r--r-- | test/example/c-api-kitchen-sink.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt index dcfd6de8c..1c1a3b956 100644 --- a/test/example/c-api-kitchen-sink.txt +++ b/test/example/c-api-kitchen-sink.txt @@ -3147,8 +3147,6 @@ optimized: (i32.const 4) ) ) -BinaryenTypeSystemNominal: 1 -BinaryenTypeSystemIsorecursive: 0 TypeBuilderErrorReasonSelfSupertype: 0 TypeBuilderErrorReasonInvalidSupertype: 1 TypeBuilderErrorReasonForwardSupertypeReference: 2 |