Files: 885e05bd77e55f9846f83ccd30e285c5566e6f38 / tests / wast / negative_gas.wast
228 bytesRaw
1 | (module |
2 | (type $v (func)) |
3 | (type $iv (func (param i32))) |
4 | (import "metering" "usegas" (func $usegas (param i32))) |
5 | (memory $0 1) |
6 | (export "main" (func $main)) |
7 | (func $main (type $v) |
8 | (call $usegas |
9 | (i32.const -1000) |
10 | ) |
11 | ) |
12 | ) |
13 |
Built with git-ssb-web