Files
haskell-wasm/tests/samples/token.wast
T
2018-03-20 21:01:25 -07:00

11 lines
185 B
WebAssembly Text Format

;; Test tokenization
(assert_malformed
(module quote "(func (drop (i32.const0)))")
"unknown operator"
)
(assert_malformed
(module quote "(func br 0drop)")
"unknown operator"
)