diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h index ff1019e55..43a93b4aa 100644 --- a/src/wasm-type.h +++ b/src/wasm-type.h @@ -41,6 +41,8 @@ enum class TypeSystem { // created. The default system is equirecursive. void setTypeSystem(TypeSystem system); +TypeSystem getTypeSystem(); + // The types defined in this file. All of them are small and typically passed by // value except for `Tuple` and `Struct`, which may own an unbounded amount of // data. |