mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
11 lines
185 B
Plaintext
Vendored
11 lines
185 B
Plaintext
Vendored
;; Test tokenization
|
|
|
|
(assert_malformed
|
|
(module quote "(func (drop (i32.const0)))")
|
|
"unknown operator"
|
|
)
|
|
(assert_malformed
|
|
(module quote "(func br 0drop)")
|
|
"unknown operator"
|
|
)
|