blob: 57bcec4573b99ecc982657f141a8c74527b9c5e6 (
plain)
1
2
3
4
5
6
|
# Verify that we show an error when given a component.
;; RUN: not wasm-opt %s.wasm 2>&1 | filecheck %s
;; CHECK: this looks like a wasm component, which Binaryen does not support yet (see https://github.com/WebAssembly/binaryen/issues/6728)
|