summaryrefslogtreecommitdiff
path: root/test/binaryen.js/validation_errors.js.txt
blob: 6f5053eb1bd5fde9352d670053931e34932c61da (plain)
1
2
3
4
5
6
7
8
[wasm-validator error in function $test] unexpected false: get_global name must be valid, on 
[i32] (get_global $missing)
0
[wasm-validator error in function $test] unexpected false: get_local index must be small enough, on 
[i32] (get_local $0)
[wasm-validator error in function $test] unexpected false: get_local must have proper type, on 
[i32] (get_local $0)
0