From e1d74ef2acdd88f06b9e58f91f30bb56b9a26fe8 Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Thu, 17 Sep 2020 07:46:40 +0200 Subject: Add GC feature flag (#3135) Adds the `--enable-gc` feature flag, so far enabling the `anyref` type incl. subtyping, and removes the temporary `--enable-anyref` feature flag that it replaces. --- src/wasm-binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index b979be853..77f53fcd2 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -383,7 +383,7 @@ extern const char* ExceptionHandlingFeature; extern const char* TailCallFeature; extern const char* ReferenceTypesFeature; extern const char* MultivalueFeature; -extern const char* AnyrefFeature; +extern const char* GCFeature; enum Subsection { NameModule = 0, -- cgit v1.2.3