blob: 8024a377b27bd074d4039ff0d2f06eb54852aa3e [file] [log] [blame]
;; RUN: wasm-opt %s --disable-mutable-globals --disable-sign-ext --enable-reference-types --enable-gc --emit-target-features -o %t.wasm
;; RUN: wasm-dis %t.wasm | filecheck %s --check-prefix FEATURES-SEC
;; RUN: wasm-opt %s --disable-mutable-globals --disable-sign-ext --enable-reference-types --enable-gc -o %t.wasm
;; RUN: wasm-dis %t.wasm | filecheck %s --check-prefix NO-FEATURES-SEC
;; FEATURES-SEC: ;; features section: reference-types, gc
;; NO-FEATURES-SEC-NOT: ;; features section
(module)